~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/errmsg_print.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#ifndef DRIZZLED_ERRMSG_PRINT_H
26
26
#define DRIZZLED_ERRMSG_PRINT_H
27
27
 
 
28
namespace drizzled
 
29
{
28
30
 
29
31
#define ERRMSG_LVL_DBUG 1
30
32
#define ERRMSG_LVL_INFO 2
36
38
 
37
39
void sql_perror (const char *message);
38
40
 
 
41
} /* namespace drizzled */
 
42
 
39
43
#endif /* DRIZZLED_ERRMSG_PRINT_H */
40
44
 
41
45