repo.or.cz
/
mplayer
/
glamo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ao_alsa: Sanity check get_space() return values better
[mplayer/glamo.git]
/
osdep
/
shmem.h
blob
bdfcb5c47415a000cbe2d9454f3bc1ec60e22ee2
1
#ifndef MPLAYER_SHMEM_H
2
#define MPLAYER_SHMEM_H
3
4
void
*
shmem_alloc
(
int
size
);
5
void
shmem_free
(
void
*
p
,
int
size
);
6
7
#endif
/* MPLAYER_SHMEM_H */