Mercurial > mplayer.hg
view osdep/mmap_anon.h @ 21560:a16219e6d656
added function to return the language of the specified subtitle id. Patch by
o o
O tvos Attila
author | nicodvb |
---|---|
date | Sun, 10 Dec 2006 17:25:54 +0000 |
parents | 2de480457872 |
children | d88f5f82826e |
line wrap: on
line source
#ifndef _OSDEP_MMAP_ANON_H_ #define _OSDEP_MMAP_ANON_H_ #include <sys/types.h> void *mmap_anon(void *, size_t, int, int, off_t); #endif /* _OSDEP_MMAP_ANON_H_ */