home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / internet-tools / connect-line / cl / devkit / c / include / clmacro.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-12  |  370 b   |  17 lines

  1. /*
  2.  
  3.     Proto/Pragmas fuer clmacro.library V3.0
  4.  
  5. */
  6.  
  7.  
  8. #pragma libcall CLMacroBase CLMacro_Encode 1E 09803
  9. #pragma libcall CLMacroBase CLMacro_Decode 24 9802
  10. #pragma libcall CLMacroBase CLMacro_Flush 2a 0
  11.  
  12. extern struct Library *CLMacroBase;
  13.  
  14. long CLMacro_Encode( char *from, char *to, long maxlen );
  15. long CLMacro_Decode( char *from, char *to );
  16. void CLMacro_Flush( void );
  17.