src/server/ucx.h

changeset 13
1fdbf4170ef4
equal deleted inserted replaced
12:34aa8001ea53 13:1fdbf4170ef4
1 /*
2 * File: ucx.h
3 * Author: olaf
4 *
5 * Created on 31. Dezember 2011, 17:17
6 */
7
8 #ifndef UCX_H
9 #define UCX_H
10
11 #include <stdlib.h>
12
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16
17 typedef int(*ucx_callback)(void*,void*);
18
19 #ifdef __cplusplus
20 }
21 #endif
22
23 #endif /* UCX_H */
24

mercurial