X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2Fstatserv.c;h=c69444301038700e25a0fedd2ada1f7a5fd31d7a;hb=9287c96097c00d28310becb14ea3dd7cfb9f2ab0;hp=edfcfa86b04e4708fdd63529a79e181efca79c49;hpb=adbeacef10c4a91ba652516dff43c16fb3258f36;p=yaz-moved-to-github.git 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;