~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_dir.h

  • Committer: Monty Taylor
  • Date: 2008-11-07 00:15:51 UTC
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081107001551-8vxb6sf1ti0i5p09
Cleaned up some headers for PCH.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#ifndef MY_DIR_H
23
23
#define MY_DIR_H
24
24
 
 
25
#include <config.h>
 
26
#include <drizzled/definitions.h>
25
27
#include <sys/stat.h>
26
28
 
27
29
#define MY_DONT_SORT    512     /* my_lib; Don't sort files */
46
48
  uint                  number_off_files;
47
49
} MY_DIR;
48
50
 
49
 
extern MY_DIR *my_dir(const char *path,myf MyFlags);
 
51
extern MY_DIR *my_dir(const char *path, myf MyFlags);
50
52
extern void my_dirend(MY_DIR *buffer);
51
53
 
52
54
#endif /* MY_DIR_H */