home *** CD-ROM | disk | FTP | other *** search
- #ifndef CLIB_PROMETHEUS_PROTOS_H
- #define CLIB_PROMETHEUS_PROTOS_H
-
- /*
- ** $VER: prometheus_protos.h 1.30 (17.1.2001)
- **
- ** C prototypes. For use with 32 bit integers only.
- **
- ** (C) Copyright 2000-2001 Matay.
- ** All Rights Reserved
- */
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef UTILITY_TAGITEM_H
- #include <utility/tagitem.h>
- #endif
- #ifndef LIBRARIES_PROMETHEUS_H
- #include <libraries/prometheus.h>
- #endif
- /
- /*--- functions in V1 or higher ---*/
-
- /* Public entries */
-
- APTR Prm_FindBoardTagList (APTR previous, struct TagItem* taglist);
- VOID Prm_GetBoardAttrsTagList (APTR board, struct TagItem* taglist);
-
- #endif /* CLIB_PROMETHEUS_PROTOS_H */
-