home *** CD-ROM | disk | FTP | other *** search
- /*
- ** Amiga support module for HYDRA protocol sample implementation.
- **
- ** Written by Olaf Barthel
- ** Brabeckstrasse 35
- ** D-30559 Hannover
- **
- ** eMail: olsen@sourcery.han.de
- **
- ** Freely distributable.
- */
-
- #include <exec/libraries.h>
-
- extern struct IOStdReq *FileRequest,*RemoteRequest,*LocalRequest, *LogRequest;
-
- extern VOID ConPrintf(struct IOStdReq *,STRPTR,...);
- extern VOID ConMove(struct IOStdReq *Request,LONG x,LONG y);
- extern int ConGetKey(VOID);
- extern int ConScanKey(VOID);
-