1 /******************************************************
2 ** Events.h : Standard datatypes and prototypes **
3 ** public port. Written by T.Pierron and C.Guillaume.**
4 ** Free software under terms of GNU license. **
5 ******************************************************/
18 /** Jano public port management **/
19 ULONG
create_port ( void ); /* Create Jano public port */
20 void close_port ( void ); /* Shutdown port */
22 /** Message-type processing **/
23 void handle_port ( void );
24 void handle_menu ( LONG MenuID
);
25 void handle_kbd ( Project
);
27 char send_pref(PREFS
*prefs
, ULONG
class);
28 char find_janoed( StartUpArgs
*args
);