]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.c
para_afh: Accept more than one input file in info mode.
[paraslash.git] / server.c
index 459f44621bb5c1f8350f2c5192edaa15362b5335..0924ace4b07eac452a193df49c4b48bf6c8562aa 100644 (file)
--- a/server.c
+++ b/server.c
@@ -136,7 +136,7 @@ struct server_command_task {
  * \param ll The log level.
  * \param fmt The format string describing the log message.
  */
-void para_log(int ll, const char* fmt,...)
+__printf_2_3 void para_log(int ll, const char* fmt,...)
 {
        va_list argp;
        FILE *outfd;