server/src/log.pkg

10 lines
165 B
Plaintext
Raw Normal View History

$#include <util/log.h>
module eressea {
module log {
void log_error @ error(const char *message);
void log_warning @ warning(const char *message);
}
}