home *** CD-ROM | disk | FTP | other *** search
- /*
- ** identify_protos.h
- **
- ** (C) 1996-98 Richard Körber -- All Rights Reserved
- */
-
- #ifndef PROTO_IDENTIFY_H
- #define PROTO_IDENTIFY_H
-
- #include <exec/types.h>
- extern struct Library *IdentifyBase;
- #include <clib/identify_protos.h>
- #include <pragmas/identify_pragmas.h>
-
- #endif
-
-