view linux/shmem.h @ 6516:351790e49eff

Improved the authentication interaction. Still need to replace scanf. After 4 failed authentication, mplayer quits.
author bertrand
date Sun, 23 Jun 2002 09:39:09 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


void* shmem_alloc(int size);
void shmem_free(void* p);