~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.h

  • Committer: Brian Aker
  • Date: 2008-12-11 08:52:18 UTC
  • mfrom: (670.1.11 devel)
  • Revision ID: brian@tangent.org-20081211085218-cpmznmzrflyd82j2
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
extern "C" {
25
25
#endif
26
26
 
 
27
bool init_errmessage(void);
27
28
const char * error_message(unsigned int err_index);
28
29
 
29
30
enum drizzled_error_code {