X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fexim_monitor%2Fem_text.c;h=3a3682959f4ae516cc63bdf802e88c548c6cb0b8;hb=48cf5ff9f3b4aee78f670b636e48183730fb6b76;hp=e1c6539d7c5abdcbfbab6c4ba111d6572590064e;hpb=d7d7b7b91dd75cec636fc144da7e27eed860f971;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/exim_monitor/em_text.c b/src/exim_monitor/em_text.c index e1c6539d7..3a3682959 100644 --- a/src/exim_monitor/em_text.c +++ b/src/exim_monitor/em_text.c @@ -1,10 +1,8 @@ -/* $Cambridge: exim/src/exim_monitor/em_text.c,v 1.3 2006/02/07 11:18:59 ph10 Exp $ */ - /************************************************* * Exim Monitor * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2006 */ +/* Copyright (c) University of Cambridge 1995 - 2012 */ /* See the file NOTICE for conditions of use and distribution. */ @@ -60,6 +58,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;