diff options
Diffstat (limited to 'include/sharedmem.h')
-rw-r--r-- | include/sharedmem.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/sharedmem.h b/include/sharedmem.h new file mode 100644 index 00000000..7e13b13b --- /dev/null +++ b/include/sharedmem.h @@ -0,0 +1,8 @@ +#ifndef __AFL_SHAREDMEM_H +#define __AFL_SHAREDMEM_H + +void setup_shm(unsigned char dumb_mode); +void remove_shm(void); + +#endif + |