--- deliantra/server/include/logger.h 2006/02/03 07:12:49 1.1 +++ deliantra/server/include/logger.h 2007/01/06 14:42:30 1.4 @@ -1,11 +1,7 @@ /* - * static char *rcsid_logger_h = - * "$Id$"; - */ - -/* CrossFire, A Multiplayer game for X-windows + Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team Copyright (C) 1992 Frank Tore Johansen This program is free software; you can redistribute it and/or modify @@ -32,4 +28,6 @@ llevError = 0, llevInfo = 1, llevDebug = 2, llevMonster = 3 } LogLevel; +void LOG (LogLevel logLevel, const char *format, ...); + #endif /* LOGGER_H */