projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8e4f36
)
Win32 fix
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 26 Nov 2002 16:04:15 +0000
(16:04 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 26 Nov 2002 16:04:15 +0000
(16:04 +0000)
server/statserv.c
patch
|
blob
|
history
diff --git
a/server/statserv.c
b/server/statserv.c
index
edfcfa8
..
c694443
100644
(file)
--- a/
server/statserv.c
+++ b/
server/statserv.c
@@
-6,7
+6,7
@@
* NT threaded server code by
* Chas Woodfield, Fretwell Downing Informatics.
*
- * $Id: statserv.c,v 1.86 2002-11-26 13:15:42 adam Exp $
+ * $Id: statserv.c,v 1.87 2002-11-26 16:04:15 adam Exp $
*/
#include <stdio.h>
@@
-330,6
+330,11
@@
static void listener(IOCHAN h, int event)
}
}
+int statserv_must_terminate(void)
+{
+ return 0;
+}
+
#else /* ! WIN32 */
static int term_flag = 0;