home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / MN325SRC.ZIP / makenl-3.2.5 / src / proc.h < prev    next >
C/C++ Source or Header  |  2005-02-06  |  604b  |  18 lines

  1. /* $Id: proc.h,v 1.7 2004/07/28 01:11:13 fido 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. extern int IsLinux;
  10.  
  11. void ProcessFILES(int WorkMode, FILE * CfgFILE, FILE * OutFILE,
  12.                   FILE * CommentsFILE, FILE * MergeOutFILE,
  13.                   unsigned short *crc);
  14.  
  15. int processfile(int myMakeType, int myMakeNum, FILE * InputFILE,
  16.                 FILE * OutFILE, FILE * FooFile, FILE * MergOutFILE,
  17.                 FILE * SelfMsgFILE, unsigned short *OutCRC, int *WorkMode);
  18.