From: Adam Dickmeiss Date: Tue, 26 Nov 2002 16:04:15 +0000 (+0000) Subject: Win32 fix X-Git-Tag: YAZ.1.9.2~4 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=e26ffdbc4b024a06b4ca46c6aecb5c3dd09b7e8d;p=yaz-moved-to-github.git Win32 fix --- diff --git a/server/statserv.c b/server/statserv.c index edfcfa8..c694443 100644 --- 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 @@ -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;