diff options
Diffstat (limited to 'src/include/gnunetgtk_common.h')
-rw-r--r-- | src/include/gnunetgtk_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunetgtk_common.h b/src/include/gnunetgtk_common.h index 5cf23904..a4708493 100644 --- a/src/include/gnunetgtk_common.h +++ b/src/include/gnunetgtk_common.h | |||
@@ -59,7 +59,7 @@ void infoMessage(int doPopup, | |||
59 | * | 59 | * |
60 | * @param txt the log entry | 60 | * @param txt the log entry |
61 | */ | 61 | */ |
62 | void addLogEntry(const char * txt); | 62 | void addLogEntry(const char * txt, ...); |
63 | 63 | ||
64 | /** | 64 | /** |
65 | * Simple callback function. | 65 | * Simple callback function. |