1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-13 18:36:09 +00:00
mpv/osdep/shmem.h
diego 2b6af2000b Add multiple inclusion guards to all header files that lack them.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25581 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-01 21:35:58 +00:00

8 lines
119 B
C

#ifndef SHMEM_H
#define SHMEM_H
void* shmem_alloc(int size);
void shmem_free(void* p,int size);
#endif /* SHMEM_H */