diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-08-27 13:31:35 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-08-27 13:31:35 +0200 |
commit | 0e59a591693901ec6a69c7de2e9de2dcca52c101 (patch) | |
tree | 6a0a3be742f26e7cf6cbfcc1779a85e29c6d9db1 /include/sharedmem.h | |
parent | d3d0682310b840b027083133837bcd9be0638281 (diff) | |
download | afl++-0e59a591693901ec6a69c7de2e9de2dcca52c101.tar.gz |
include and src folders
Diffstat (limited to 'include/sharedmem.h')
-rw-r--r-- | include/sharedmem.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/sharedmem.h b/include/sharedmem.h new file mode 100644 index 00000000..9aa44d0e --- /dev/null +++ b/include/sharedmem.h @@ -0,0 +1,7 @@ +#ifndef __AFL_SHAREDMEM_H +#define __AFL_SHAREDMEM_H + +void setup_shm(unsigned char dumb_mode); +void remove_shm(void); + +#endif |