Mercurial > mplayer.hg
view osdep/shmem.h @ 27745:a5ed200519dc
Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it
clearer that netstream.h belongs to stream_netstream.c.
author | diego |
---|---|
date | Thu, 16 Oct 2008 17:01:40 +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 */