Initial sharedmemory API release
[umurmur.git] / src / sharedmemory.h
diff --git a/src/sharedmemory.h b/src/sharedmemory.h
new file mode 100644 (file)
index 0000000..26001f7
--- /dev/null
@@ -0,0 +1,17 @@
+#include <stdlib.h>\r
+#include <string.h>\r
+\r
+#include <sys/shm.h>\r
+\r
+#include "util.h"\r
+#include "conf.h" \r
+#include "client.h"\r
+#include "channel.h"\r
+#include "sharedmemory_struct.h"\r
+\r
+int shmid;\r
+shm_t *shmptr; \r
+\r
+void Sharedmemory_init(void);\r
+void Sharedmemory_update(void);\r
+void Sharedmemory_deinit(void);\r