~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_sys.h

  • Committer: Joseph Daly
  • Date: 2010-10-31 20:44:18 UTC
  • mfrom: (1894 build)
  • mto: This revision was merged to the branch mainline in revision 1900.
  • Revision ID: skinny.moey@gmail.com-20101031204418-dq03jokakmudu3iu
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
329
329
extern int wild_compare(const char *str,const char *wildstr,
330
330
                        bool str_is_pattern);
331
331
extern WF_PACK *wf_comp(char * str);
332
 
extern int wf_test(struct wild_file_pack *wf_pack,const char *name);
333
 
extern void wf_end(struct wild_file_pack *buffer);
 
332
extern int wf_test(wild_file_pack *wf_pack,const char *name);
 
333
extern void wf_end(wild_file_pack *buffer);
334
334
extern bool array_append_string_unique(const char *str,
335
335
                                          const char **array, size_t size);
336
336
extern void get_date(char * to,int timeflag,time_t use_time);