Fix braindead and broken way to calculate abase, fixes regression tests on
[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 */