~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/transparent_file.h

Merge trunk and resolve all conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
 
16
#ifndef PLUGIN_CSV_TRANSPARENT_FILE_H
 
17
#define PLUGIN_CSV_TRANSPARENT_FILE_H
 
18
 
16
19
#include <sys/types.h>
17
20
#include <sys/stat.h>
18
21
 
38
41
  char get_value (off_t offset);
39
42
  off_t read_next();
40
43
};
 
44
 
 
45
#endif /* PLUGIN_CSV_TRANSPARENT_FILE_H */