~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/typelib.h

  • Committer: Brian Aker
  • Date: 2008-07-14 16:09:55 UTC
  • Revision ID: brian@tangent.org-20080714160955-v5nzzyjj5hhv7bz6
Removing a few "additional" ways of saying uint64_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
  unsigned int *type_lengths;
27
27
} TYPELIB;
28
28
 
29
 
extern my_uint64_t find_typeset(char *x, TYPELIB *typelib,int *error_position);
 
29
extern uint64_t find_typeset(char *x, TYPELIB *typelib,int *error_position);
30
30
extern int find_type_or_exit(const char *x, TYPELIB *typelib,
31
31
                             const char *option);
32
32
extern int find_type(char *x, const TYPELIB *typelib, unsigned int full_name);