X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Flog.h;h=8bfc5b66692acc76686bb6a3143e2d3e70026f6e;hb=3fd1970fe4af3dd1ee053b41cd0ce7d957f93b87;hp=3d74722e0b52503ce4ad63fbd73a69ddb16b230b;hpb=db60a2942eed420d693edea15e1db982184ff03d;p=umurmur.git diff --git a/src/log.h b/src/log.h index 3d74722..8bfc5b6 100644 --- a/src/log.h +++ b/src/log.h @@ -56,6 +56,7 @@ void Log_info_client(client_t *client, const char *logstring, ...); void Log_fatal(const char *logstring, ...); void Log_init(bool_t terminal); +void Log_reset(); void Log_free(); #endif