Mercurial > mplayer.hg
annotate osdep/shmem.h @ 25715:09c3ce60f369
Make xpm arrays really const (I missed that they are not strings but
array of strings (string pointers)).
author | reimar |
---|---|
date | Sun, 13 Jan 2008 16:52:33 +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 */ |