#ifndef __AFL_SHAREDMEM_H #define __AFL_SHAREDMEM_H void setup_shm(unsigned char dumb_mode); void remove_shm(void); #endif