]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - gui.c
Add chunk_queue infrastructure to the udp sender.
[paraslash.git] / gui.c
diff --git a/gui.c b/gui.c
index 588507154bfb0e620b256c08c2ce6914b1b7c0e6..982f68844b9311b464b4820b158ea7e5adec1fc1 100644 (file)
--- a/gui.c
+++ b/gui.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 1998-2009 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -489,7 +489,7 @@ static int add_output_line(char *line, __a_unused void *data)
        return 1;
 }
 
-void para_log(int ll, const char *fmt,...)
+__printf_2_3 void para_log(int ll, const char *fmt,...)
 {
        int color;
        char *msg;