git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix handling of server which follows a RCPT 452 with a 250. Bug 26092
[exim.git]
/
src
/
exim_monitor
/
em_text.c
diff --git
a/src/exim_monitor/em_text.c
b/src/exim_monitor/em_text.c
index a75c711ab0e08f9455c3f5f5fbb3a7f84b3f2b8f..3a3682959f4ae516cc63bdf802e88c548c6cb0b8 100644
(file)
--- 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 *
*************************************************/
/*************************************************
* Exim Monitor *
*************************************************/
-/* Copyright (c) University of Cambridge 1995 - 20
05
*/
+/* Copyright (c) University of Cambridge 1995 - 20
12
*/
/* See the file NOTICE for conditions of use and distribution. */
/* See the file NOTICE for conditions of use and distribution. */
@@
-60,6
+58,8
@@
XawTextSetInsertionPoint(w, text_count);
* Display text from format *
*************************************************/
* 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;
void text_showf(Widget w, char *s, ...)
{
va_list ap;