view osdep/shmem.h @ 27468:536dbf7632ea

Remove unused GUID_t definition that also incorrectly defined GUID_DEFINED (while actually not defining GUID, only GUID_t).
author reimar
date Sun, 31 Aug 2008 11:21:29 +0000
parents 4129c8cfa742
children 5cfef41a1771
line wrap: on
line source

#ifndef MPLAYER_SHMEM_H
#define MPLAYER_SHMEM_H

void* shmem_alloc(int size);
void shmem_free(void* p,int size);

#endif /* MPLAYER_SHMEM_H */