X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Feventl.h;h=c80392c381c70fcd2867c08b0d44d29c90c59251;hp=5a5740f565770cc792e3c2b5393b58d2ffe9ce01;hb=a6b61b9f8b6576e8159a4e7e6aee88bba7e5d07d;hpb=5242cb5a8634bfa38b9333ff7f903e718ac6e292 diff --git a/src/eventl.h b/src/eventl.h index 5a5740f..c80392c 100644 --- a/src/eventl.h +++ b/src/eventl.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data. + * Copyright (C) Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -79,7 +79,7 @@ int force_event; IOCHAN iochan_create(int fd, IOC_CALLBACK cb, int flags, int port); int iochan_is_alive(IOCHAN chan); -int iochan_event_loop(IOCHAN *iochans); +int iochan_event_loop(IOCHAN *iochans, int *watch_sig); void statserv_remove (IOCHAN pIOChannel); #endif /*