src/server/ucx.h

changeset 13
1fdbf4170ef4
--- /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 <stdlib.h>
+
+#ifdef	__cplusplus
+extern "C" {
+#endif
+
+typedef int(*ucx_callback)(void*,void*);
+
+#ifdef	__cplusplus
+}
+#endif
+
+#endif	/* UCX_H */
+

mercurial