remove unused file
[AROS.git] / workbench / tools / Edit / Events.h
blob32a6facf9534786946cf58bdd0558ee63a30bf93
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 ******************************************************/
8 #ifndef EVENTS_H
9 #define EVENTS_H
11 #ifndef _RAWKEY_H_
12 # include "Rawkey.h"
13 #endif
14 #ifndef UTILITY_H
15 # include "Utility.h"
16 #endif
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 );
30 #endif /* EVENTS_H */