~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_getopt.h

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

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, uint length);
 
85
bool getopt_compare_strings(const char *s, const char *t, uint32_t length);
86
86
 
87
87
#ifdef __cplusplus
88
88
}