1 #ifndef CLIB_NOTIFYINTUITION_PROTOS_H 2 #define CLIB_NOTIFYINTUITION_PROTOS_H 3 4 /* 5 notifyintuition.library C prototypes 6 7 Copyright © 2002 The MorphOS Development Team, All Rights Reserved. 8 */ 9 10 #ifndef EXEC_TYPES_H 11 # include <exec/types.h> 12 #endif 13 14 #ifndef EXEC_PORTS_H 15 # include <exec/ports.h> 16 #endif 17 18 #ifndef EXEC_TASKS_H 19 # include <exec/tasks.h> 20 #endif 21 22 #ifndef LIBRARIES_NOTIFYINTUITION_H 23 # include <libraries/notifyintuition.h> 24 #endif 25 26 27 #ifdef __cplusplus 28 extern "C" { 29 #endif /* __cplusplus */ 30 31 struct IntNotifyRequest *NotIStartNotify(struct IntNotifyRequest *); 32 struct IntNotifyRequest *NotIEndNotify(struct IntNotifyRequest *); 33 struct Task *NotIFindUniqueTask(ULONG); 34 35 #ifdef __cplusplus 36 } 37 #endif /* __cplusplus */ 38 39 40 #endif /* CLIB_NOTIFYINTUITION_PROTOS_H */