forked from github/server
10 lines
165 B
Text
10 lines
165 B
Text
|
$#include <util/log.h>
|
||
|
|
||
|
module eressea {
|
||
|
module log {
|
||
|
void log_error @ error(const char *message);
|
||
|
void log_warning @ warning(const char *message);
|
||
|
}
|
||
|
}
|
||
|
|