| author | "Tomas Zeman <tzeman@volny.cz>" |
| Sun, 20 Jan 2008 00:22:09 +0100 | |
| changeset 2 | b3afb9f1e801 |
| parent 0 | 6f7a81934006 |
| permissions | -rw-r--r-- |
#ifndef VMAILMGRD__DAEMON__LOG__H__ #define VMAILMGRD__DAEMON__LOG__H__ #include "fdbuf/fdbuf.h" #include "command.h" #include "misc/response.h" extern fdobuf& log(); extern void log(const char*); extern void logcommand(const command&); extern void logresponse(const response&); extern const mystring LOG_PASSWORD; extern const mystring LOG_NEWPASS; extern const mystring LOG_ADMINPASS; extern const mystring LOG_MESSAGE; #endif // VMAILMGRD__DAEMON__LOG__H__