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

  1. #ifndef _CL_MPROC_H
  2. #define _CL_MPROC_H
  3.  
  4. #ifndef _NO_PRAG
  5. extern struct Library *CLMProcBase;
  6. #pragma libcall CLMProcBase CLMProc_Process 1e 210BA9807
  7. #pragma tagcall CLMProcBase CLMProc_ProcessTags 1e 210BA9807
  8. #pragma libcall CLMProcBase CLMProc_Newfiles 24 001
  9. #endif
  10.  
  11. #ifndef _NO_PROTO
  12. LONG CLMProc_Process( STRPTR fromadr, STRPTR destadr, STRPTR subject, STRPTR msgdata, struct Box *frombox, HH headerlist, struct TagItems *tags );
  13. LONG CLMProc_ProcessTags( STRPTR fromadr, STRPTR destadr, STRPTR subject, STRPTR msgdata, struct Box *frombox, HH headerlist, ... );
  14. void CLMProc_Newfiles( ULONG settings );
  15. #endif
  16.  
  17. #endif
  18.