home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 12 / MA_Cover_12.iso / devs / hyperio-install-idc / goodies / hydra.lha / hydracom-source.lha / amiga.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-01-21  |  497 b   |  21 lines

  1. /*
  2. **    Amiga support module for HYDRA protocol sample implementation.
  3. **
  4. **    Written by    Olaf Barthel
  5. **            Brabeckstrasse 35
  6. **            D-30559 Hannover
  7. **
  8. **            eMail: olsen@sourcery.han.de
  9. **
  10. **    Freely distributable.
  11. */
  12.  
  13. #include <exec/libraries.h>
  14.  
  15. extern struct IOStdReq *FileRequest,*RemoteRequest,*LocalRequest, *LogRequest;
  16.  
  17. extern VOID     ConPrintf(struct IOStdReq *,STRPTR,...);
  18. extern VOID     ConMove(struct IOStdReq *Request,LONG x,LONG y);
  19. extern int     ConGetKey(VOID);
  20. extern int     ConScanKey(VOID);
  21.