home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / graphics / conversion / 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.