~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

Fix for OS-X

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
typedef Function drizzle_compentry_func_t;
122
122
# endif
123
123
#else
124
 
typedef char *drizzle_compentry_func_t(const char *, int);
 
124
typedef Function drizzle_compentry_func_t;
125
125
#endif
126
126
 
127
127
#if defined(HAVE_LOCALE_H)