x400_ms_async.h
Go to the documentation of this file.
1 /* Copyright (c) 2003-2009, Isode Limited, London, England.
2  * All rights reserved.
3  *
4  * Acquisition and use of this software and related materials for any
5  * purpose requires a written licence agreement from Isode Limited,
6  * or a written licence from an organisation licenced by Isode Limited
7  * to grant such a licence.
8  *
9  */
10 
11 /*
12  *
13  * @VERSION@
14  */
15 
54 #ifndef _X400_MS_ASYNC_H
55 #define _X400_MS_ASYNC_H
56 
57 #include "cdecl.h"
58 
75 X400MS_CDECL int X400msProcessEvent(int num_fds,
76  fd_set *read_fds,
77  fd_set *write_fds,
78  fd_set *error_fds);
83 #endif /* _X400_MS_ASYNC_H */
84 
int X400msProcessEvent(int num_fds, fd_set *read_fds, fd_set *write_fds, fd_set *error_fds)
Process outstanding read, write and error events on the specified set of file descriptors....