include and src folders

This commit is contained in:
Andrea Fioraldi
2019-08-27 13:31:35 +02:00
parent d3d0682310
commit 0e59a59169
22 changed files with 37 additions and 37 deletions

7
include/sharedmem.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef __AFL_SHAREDMEM_H
#define __AFL_SHAREDMEM_H
void setup_shm(unsigned char dumb_mode);
void remove_shm(void);
#endif