about summary refs log tree commit diff
path: root/sharedmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'sharedmem.h')
-rw-r--r--sharedmem.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sharedmem.h b/sharedmem.h
new file mode 100644
index 00000000..9300ccf1
--- /dev/null
+++ b/sharedmem.h
@@ -0,0 +1,6 @@
+#ifndef SHAREDMEM
+#define SHAREDMEM
+
+void setup_shm(unsigned char dumb_mode);
+void remove_shm(void);
+#endif