~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sys.h

  • Committer: Brian Aker
  • Date: 2009-03-05 02:48:46 UTC
  • mto: This revision was merged to the branch mainline in revision 911.
  • Revision ID: brian@tangent.org-20090305024846-0z5m0j3e80phlzh4
Remove my_fopen() and key_map.cc file (thanks to Jay's lcov)

Show diffs side-by-side

added added

removed removed

Lines of Context:
341
341
extern void TERMINATE(FILE *file, uint32_t flag);
342
342
#endif
343
343
extern void init_glob_errs(void);
344
 
extern FILE *my_fopen(const char *FileName,int Flags,myf MyFlags);
345
 
extern int my_fclose(FILE *fd,myf MyFlags);
346
344
extern int my_sync(File fd, myf my_flags);
347
345
extern int my_sync_dir(const char *dir_name, myf my_flags);
348
346
extern int my_sync_dir_by_file(const char *file_name, myf my_flags);