X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fexim_monitor%2Fem_text.c;h=e39ec0298317a56384ac2c839e54388bfcf1741c;hp=a75c711ab0e08f9455c3f5f5fbb3a7f84b3f2b8f;hb=fb2bba55d3916ab1d515f1a060f19009daf447ed;hpb=c988f1f4faa9f679f79beddf3c14676c5dcb8e28 diff --git a/src/exim_monitor/em_text.c b/src/exim_monitor/em_text.c index a75c711ab..e39ec0298 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.2 2005/01/04 10:00:42 ph10 Exp $ */ - /************************************************* * Exim Monitor * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2005 */ +/* Copyright (c) University of Cambridge 1995 - 2009 */ /* 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;