home *** CD-ROM | disk | FTP | other *** search
- /*
- ** include file for gateway.library
- **
- ** (C) Copyright 1998,1999 Michaela Prüß
- ** All Rights Reserved.
- */
-
- #ifndef GATEWAY_GATEWAY_H
- #define GATEWAY_GATEWAY_H
-
- #include <exec/types.h>
- #include <string.h>
- #include <stdio.h>
- #include <ctype.h>
- #include <libdefs.h>
-
- #endif /* GATEWAY_GATEWAY_H */
-