view osdep/shmem.h @ 27278:4411ed11575e

Simplify summary output, add an extra empty line to it.
author diego
date Thu, 17 Jul 2008 12:24:47 +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 */