Win32 fix
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 26 Nov 2002 16:04:15 +0000 (16:04 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 26 Nov 2002 16:04:15 +0000 (16:04 +0000)
server/statserv.c

index edfcfa8..c694443 100644 (file)
@@ -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;