~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/errmsg.c

merge for-brian work

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
/* Error messages for MySQL clients */
21
21
 
 
22
#include "config.h"
22
23
#include <drizzled/gettext.h>
23
24
#include "errmsg.h"
24
25