X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Feventl.h;h=ac241231380477fe2d7688be849a203bac5211e9;hb=e310bbc88afee1090799a0183d75c35d5eb060d9;hp=300e9cdc75b386fb05cb7774108aa5f0900ffe26;hpb=8d691989077a0addcbd840d769dce6700f3d9622;p=yaz-moved-to-github.git diff --git a/src/eventl.h b/src/eventl.h index 300e9cd..ac24123 100644 --- a/src/eventl.h +++ b/src/eventl.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: eventl.h,v 1.8 2007-01-03 08:42:15 adam Exp $ + * $Id: eventl.h,v 1.9 2007-11-12 08:41:56 adam Exp $ */ /** @@ -59,7 +59,7 @@ int force_event; IOCHAN iochan_create(int fd, IOC_CALLBACK cb, int flags, int port); int iochan_is_alive(IOCHAN chan); -int event_loop(IOCHAN *iochans); +int iochan_event_loop(IOCHAN *iochans); void statserv_remove (IOCHAN pIOChannel); #endif /*