home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsm / randjpeg / source / h / process < prev    next >
Encoding:
Text File  |  1995-12-27  |  183 b   |  9 lines

  1. #ifndef process_h
  2. #define process_h
  3.  
  4. extern void process(
  5.                 const char      *source_file_name,
  6.                 const char      *dest_file_name);
  7.  
  8. #endif /* process_h */
  9.