grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / devs / diskimage / include / amigaos / clib / screennotify_protos.h
blob4ac34813da17ad4df40d708200c3f45adc6faa6e
1 #ifndef CLIB_SCREENNOTIFY_PROTOS_H
2 #define CLIB_SCREENNOTIFY_PROTOS_H
5 /*
6 ** $VER: screennotify_protos.h 1.0 (27.04.2010)
7 **
8 ** C prototypes. For use with 32 bit integers only.
9 **
10 ** Copyright © 2010
11 ** All Rights Reserved
14 #ifndef EXEC_TYPES_H
15 #include <exec/types.h>
16 #endif
18 APTR AddCloseScreenClient(struct Screen * screen, struct MsgPort * port, LONG pri);
19 BOOL RemCloseScreenClient(APTR handle);
20 APTR AddPubScreenClient(struct MsgPort * port, LONG pri);
21 BOOL RemPubScreenClient(APTR handle);
22 APTR AddWorkbenchClient(struct MsgPort * port, LONG pri);
23 BOOL RemWorkbenchClient(APTR handle);
25 #endif /* CLIB_SCREENNOTIFY_PROTOS_H */