about summary refs log tree commit diff
path: root/include/sharedmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sharedmem.h')
-rw-r--r--include/sharedmem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sharedmem.h b/include/sharedmem.h
index 7604d64c..f92fd8be 100644
--- a/include/sharedmem.h
+++ b/include/sharedmem.h
@@ -30,5 +30,8 @@
 void setup_shm(unsigned char dumb_mode);
 void remove_shm(void);
 
+extern int cmplog_mode;
+extern struct cmp_map* cmp_map;
+
 #endif