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
Hintsdb: fix build with USE_TDB
[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 e1c6539d7c5abdcbfbab6c4ba111d6572590064e..4d03570fdab722a19e643ef331ced4498cc583c5 100644
(file)
--- a/
src/exim_monitor/em_text.c
+++ b/
src/exim_monitor/em_text.c
@@
-1,11
+1,10
@@
-/* $Cambridge: exim/src/exim_monitor/em_text.c,v 1.3 2006/02/07 11:18:59 ph10 Exp $ */
-
/*************************************************
* Exim Monitor *
*************************************************/
/*************************************************
* Exim Monitor *
*************************************************/
-/* Copyright (c) University of Cambridge 1995 - 20
06
*/
+/* 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. */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
#include "em_hdr.h"
#include "em_hdr.h"
@@
-60,6
+59,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;