diff -r 34aa8001ea53 -r 1fdbf4170ef4 src/server/ucx.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/server/ucx.h Sun Jan 08 15:46:47 2012 +0100 @@ -0,0 +1,24 @@ +/* + * File: ucx.h + * Author: olaf + * + * Created on 31. Dezember 2011, 17:17 + */ + +#ifndef UCX_H +#define UCX_H + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +typedef int(*ucx_callback)(void*,void*); + +#ifdef __cplusplus +} +#endif + +#endif /* UCX_H */ +