home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / graphics / randjpeg_1 / source_h_process < prev    next >
Encoding:
C/C++ Source or Header  |  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.