]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/exim_monitor/em_text.c
SPDX: Mass-update to GPL-2.0-or-later
[user/henk/code/exim.git] / src / exim_monitor / em_text.c
index ba13ff1047b0adfe1125a293b558e4074e9cd56e..4d03570fdab722a19e643ef331ced4498cc583c5 100644 (file)
@@ -2,8 +2,9 @@
 *               Exim Monitor                     *
 *************************************************/
 
-/* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) University of Cambridge 1995 - 2012 */
 /* See the file NOTICE for conditions of use and distribution. */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 
 
 #include "em_hdr.h"
@@ -58,6 +59,8 @@ XawTextSetInsertionPoint(w, text_count);
 *           Display text from format             *
 *************************************************/
 
+void text_showf(Widget w, char *s, ...) PRINTF_FUNCTION(2,3);
+
 void text_showf(Widget w, char *s, ...)
 {
 va_list ap;