1000l, play_tree_parser_stop_keeping broke 0-termination of buffer
[mplayer/glamo.git] / osdep / shmem.h
blobbdfcb5c47415a000cbe2d9454f3bc1ec60e22ee2
1 #ifndef MPLAYER_SHMEM_H
2 #define MPLAYER_SHMEM_H
4 void* shmem_alloc(int size);
5 void shmem_free(void* p,int size);
7 #endif /* MPLAYER_SHMEM_H */