ipc.h 237 B

123456789101112
  1. /* $Id: ipc.h,v 1.6 2001/04/29 22:07:44 kilobug Exp $ */
  2. #ifndef __PROLO_IPC_H__
  3. #define __PROLO_IPC_H__
  4. int get_shm_conf_id();
  5. int get_shm_world_id();
  6. int get_shm_plr_id();
  7. void *shm_alloc(int size, int id);
  8. void clean_shm();
  9. #endif