summaryrefslogtreecommitdiff
path: root/src/shm.h
blob: 559ff5c4491b76a1e358b22419622dff3251e386 (plain)
1
2
3
4
5
6
7
8
#ifndef SHM_H
#define SHM_H

#include <stddef.h>

int shm_allocate_file(size_t size);

#endif /* SHM_H */