X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2Fstatserv.c;h=7a02be7c8b741e02b547047392fb77ac2ba457e2;hb=79fb4b8deb48939a8d9e3fce48c7736eb3b1cf0b;hp=d126b983eb3d9ff5de51b8ddbc5de3d29b844ea6;hpb=ec280185445fa342a6bf2f6a12ab3d29bbd1e54c;p=yaz-moved-to-github.git diff --git a/server/statserv.c b/server/statserv.c index d126b98..7a02be7 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.81 2002-05-07 11:01:59 adam Exp $ + * $Id: statserv.c,v 1.82 2002-05-17 12:48:29 adam Exp $ */ #include @@ -243,7 +243,7 @@ void statserv_closedown() } } -void event_loop_thread (IOCHAN iochan) +void __cdecl event_loop_thread (IOCHAN iochan) { event_loop (&iochan); }