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, 0 insertions, 6 deletions
diff --git a/sharedmem.h b/sharedmem.h
deleted file mode 100644
index 53a85fcb..00000000
--- a/sharedmem.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef __SHAREDMEM_H
-#define __SHAREDMEM_H
-
-void setup_shm(unsigned char dumb_mode);
-void remove_shm(void);
-#endif