Mercurial > mplayer.hg
annotate osdep/shmem.h @ 25954:0b0d71ca6a92
sync w/ r25984
author | gpoirier |
---|---|
date | Mon, 11 Feb 2008 21:24:21 +0000 |
parents | 6ac1ece1f9fe |
children | 4129c8cfa742 |
rev | line source |
---|---|
25553
6ac1ece1f9fe
Add multiple inclusion guards to all header files that lack them.
diego
parents:
9914
diff
changeset
|
1 #ifndef SHMEM_H |
6ac1ece1f9fe
Add multiple inclusion guards to all header files that lack them.
diego
parents:
9914
diff
changeset
|
2 #define SHMEM_H |
1 | 3 |
4 void* shmem_alloc(int size); | |
9914 | 5 void shmem_free(void* p,int size); |
1 | 6 |
25553
6ac1ece1f9fe
Add multiple inclusion guards to all header files that lack them.
diego
parents:
9914
diff
changeset
|
7 #endif /* SHMEM_H */ |