home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / graphics / randjpeg_1 / source / h / process < prev    next >
Text File  |  1995-12-27  |  183b  |  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.