~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/errname.h

  • Committer: Brian Aker
  • Date: 2009-02-20 22:48:37 UTC
  • Revision ID: brian@tangent.org-20090220224837-fw5wrf46n4ru3e6a
First pass of stripping uint

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
typedef struct
26
26
{
27
27
  const char *name;
28
 
  uint        code;
 
28
  uint32_t        code;
29
29
} st_error;
30
30
 
31
31
static st_error global_error_names[]=