libburn/libburn/file.h

18 lines
278 B
C
Raw Normal View History

2006-08-15 20:37:04 +00:00
/* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */
#ifndef BURN__FILE_H
#define BURN__FILE_H
struct burn_source_file
{
int datafd;
int subfd;
2007-01-25 18:52:50 +00:00
off_t fixed_size;
2006-08-15 20:37:04 +00:00
};
/* ts A70126 : burn_source_file obsoleted burn_source_fd */
2006-08-15 20:37:04 +00:00
#endif /* LIBBURN__FILE_H */