X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Flog.h;h=8bfc5b66692acc76686bb6a3143e2d3e70026f6e;hb=926276659270c80de3df1bdcf8059d6a6d4b1054;hp=3d74722e0b52503ce4ad63fbd73a69ddb16b230b;hpb=1438634cea9b0d2b45ceff0837c3537d41e2281a;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