Initial sharedmemory API release
[umurmur.git] / src / sharedmemory.h
1 #include <stdlib.h>\r
2 #include <string.h>\r
3 \r
4 #include <sys/shm.h>\r
5 \r
6 #include "util.h"\r
7 #include "conf.h" \r
8 #include "client.h"\r
9 #include "channel.h"\r
10 #include "sharedmemory_struct.h"\r
11 \r
12 int shmid;\r
13 shm_t *shmptr; \r
14 \r
15 void Sharedmemory_init(void);\r
16 void Sharedmemory_update(void);\r
17 void Sharedmemory_deinit(void);\r