SPDX: license tags (mostly by guesswork)
[exim.git] / src / exim_monitor / em_text.c
index 875c1ce7c1fff527c84da4d2a37261287d848c08..1077353e0f551c0cb9ee85f264eb06f1486d3320 100644 (file)
@@ -1,11 +1,10 @@
-/* $Cambridge: exim/src/exim_monitor/em_text.c,v 1.5 2009/11/16 19:50:36 nm4 Exp $ */
-
 /*************************************************
 *               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-only */
 
 
 #include "em_hdr.h"
@@ -60,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;