2006-10-30 05:32:33 +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-10-30 05:32:33 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2007-01-26 17:32:31 +00:00
|
|
|
/* ts A70126 : burn_source_file obsoleted burn_source_fd */
|
2006-10-30 05:32:33 +00:00
|
|
|
|
|
|
|
|
|
|
|
#endif /* LIBBURN__FILE_H */
|