X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/479576532b1f3c2ce5370b2f0a21c58f2c643918..e0df1c8324f0e0c4112302fa473cff6a6110a044:/src/exim_monitor/em_text.c diff --git a/src/exim_monitor/em_text.c b/src/exim_monitor/em_text.c index ba13ff104..e39ec0298 100644 --- a/src/exim_monitor/em_text.c +++ b/src/exim_monitor/em_text.c @@ -58,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;