~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_getopt.h

  • Committer: Monty Taylor
  • Date: 2008-10-05 01:41:06 UTC
  • Revision ID: monty@inaugust.com-20081005014106-bulqe4kp7i6ipts1
Moved qsort declarations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
                                 bool *fix);
83
83
int64_t getopt_ll_limit_value(int64_t, const struct my_option *,
84
84
                               bool *fix);
85
 
bool getopt_compare_strings(const char *s, const char *t, uint32_t length);
 
85
bool getopt_compare_strings(const char *s, const char *t, uint length);
86
86
 
87
87
#ifdef __cplusplus
88
88
}