about summary refs log tree commit diff
path: root/include/sharedmem.h
blob: 9aa44d0e928aab75e64d337f6f83e9d141107621 (plain) (blame)
1
2
3
4
5
6
7
#ifndef __AFL_SHAREDMEM_H
#define __AFL_SHAREDMEM_H

void setup_shm(unsigned char dumb_mode);
void remove_shm(void);

#endif