message.h 181 B

12345678910
  1. /* $Id: message.h,v 1.1 2001/04/06 20:14:21 glop Exp $ */
  2. #ifndef __PROLO_MESSAGE_H__
  3. #define __PROLO_MESSAGE_H__
  4. void launch_messager();
  5. #define MESSAGE_BUFFER_SIZE 256
  6. #endif