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

  1. #ifndef randfile_h
  2. #define randfile_h
  3.  
  4. extern char *rand_file(
  5.                 const char      *path,
  6.                 const char      *history_file);
  7.  
  8. #endif /* randfile_h */
  9.