ucx/ucx.h

Sat, 31 Dec 2011 17:54:52 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 31 Dec 2011 17:54:52 +0100
changeset 5
a1740117e2b7
child 18
69636f81db31
permissions
-rw-r--r--

added list specification

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

mercurial