X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fevent_client.h;h=cb833e0683c6cdc7e45d7ebb13be51445e1e9630;hb=d46dbd14269d932984783e7221054a54a55c9415;hp=99739e0332d26ffc731988070bbcbc57c367477f;hpb=b784ba9fe874f1de297b3e2f2691cfaf751db0b2;p=citadel.git diff --git a/citadel/event_client.h b/citadel/event_client.h index 99739e033..cb833e068 100644 --- a/citadel/event_client.h +++ b/citadel/event_client.h @@ -133,8 +133,8 @@ typedef struct _IOAddHandler { void FreeAsyncIOContents(AsyncIO *IO); eNextState NextDBOperation(AsyncIO *IO, IO_CallBack CB); -int QueueDBOperation(AsyncIO *IO, IO_CallBack CB); -int QueueEventContext(AsyncIO *IO, IO_CallBack CB); +eNextState QueueDBOperation(AsyncIO *IO, IO_CallBack CB); +eNextState QueueEventContext(AsyncIO *IO, IO_CallBack CB); int ShutDownEventQueue(void); eNextState InitEventIO(AsyncIO *IO,