X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fexim_monitor%2Fem_text.c;h=e39ec0298317a56384ac2c839e54388bfcf1741c;hb=3fb3c68d8b8efb6569dedc2711307826f8cd6973;hp=875c1ce7c1fff527c84da4d2a37261287d848c08;hpb=0a49a7a4f1090b6f1ce1d0f9d969804c9226b53e;p=exim.git diff --git a/src/exim_monitor/em_text.c b/src/exim_monitor/em_text.c index 875c1ce7c..e39ec0298 100644 --- a/src/exim_monitor/em_text.c +++ b/src/exim_monitor/em_text.c @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/exim_monitor/em_text.c,v 1.5 2009/11/16 19:50:36 nm4 Exp $ */ - /************************************************* * Exim Monitor * *************************************************/ @@ -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;