~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log.h

Merged in fix-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
442
442
int error_log_print(enum loglevel level, const char *format,
443
443
                    va_list args);
444
444
 
 
445
void sql_perror(const char *message);
 
446
 
 
447
 
445
448
#endif /* DRIZZLE_SERVER_LOG_H */