~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_sys.h

  • Committer: Monty Taylor
  • Date: 2010-10-30 01:19:00 UTC
  • mto: (1892.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1893.
  • Revision ID: mordred@inaugust.com-20101030011900-2tdt8w9vt7a6pbk0
Fixed things to make things compile with clang

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);