home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / MNLDOS.ZIP / src / proc.h < prev    next >
C/C++ Source or Header  |  2004-07-11  |  571b  |  17 lines

  1. /* $Id: proc.h,v 1.4 2004/07/11 09:32:05 ozzmosis Exp $ */
  2.  
  3. /* Values for ShouldProcess */
  4. #define USUAL_PROCESSING 1
  5. #define FORCED_PROCESSING 2
  6.  
  7. extern int ShouldProcess;
  8. extern int SubmitFile;
  9.  
  10. void ProcessFILES(int WorkMode, FILE * CfgFILE, FILE * OutFILE,
  11.                   FILE * CommentsFILE, FILE * MergeOutFILE,
  12.                   unsigned short *crc);
  13.  
  14. int processfile(int myMakeType, int myMakeNum, FILE * InputFILE,
  15.                 FILE * OutFILE, FILE * FooFile, FILE * MergOutFILE,
  16.                 FILE * SelfMsgFILE, unsigned short *OutCRC, int *WorkMode);
  17.