~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_sys.h

  • Committer: Lee Bieber
  • Date: 2010-10-30 02:15:22 UTC
  • mfrom: (1891.2.1 clang)
  • mto: This revision was merged to the branch mainline in revision 1893.
  • Revision ID: kalebral@gmail.com-20101030021522-tel18euhugpao68b
Merge Monty - Fix a bunch of warnings and errors from clang build.

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