Qsmtp  0.23svn
include/log.h
Go to the documentation of this file.
00001 
00004 #ifndef LOG_H
00005 #define LOG_H
00006 
00007 extern void log_writen(int priority, const char **s);
00008 extern void log_write(int priority, const char *s);
00009 /* this function has to be implemented by every program */
00010 extern void dieerror(int error) __attribute__ ((noreturn));
00011 
00012 #endif