X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.c;h=4650f9947f01ed7fd6f1323610090ae16ef22ac4;hp=7f020c8f73f34674a0ff644aa84e73a9096962b1;hb=65453788515cd5f4c905b518745b4dd7f6f2da10;hpb=3b447b02e2d74d596ecf6f5f764bf847653d407c diff --git a/server.c b/server.c index 7f020c8f..4650f994 100644 --- a/server.c +++ b/server.c @@ -92,6 +92,8 @@ #include "color.h" #include "version.h" +__printf_2_3 void (*para_log)(int, const char*, ...) = daemon_log; + /** Define the array of error lists needed by para_server. */ INIT_SERVER_ERRLISTS;