about summary refs log tree commit diff
path: root/sharedmem.h
blob: 9300ccf16d7c74895b8ebea939498155ad9a1728 (plain) (blame)
1
2
3
4
5
6
#ifndef SHAREDMEM
#define SHAREDMEM

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