home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lynx2.8.1dev.10.tar.gz / lynx2.8.1dev.10.tar / lynx2-8 / src / LYrcFile.h < prev    next >
C/C++ Source or Header  |  1998-03-25  |  194b  |  14 lines

  1.  
  2. #ifndef LYRCFILE_H
  3. #define LYRCFILE_H
  4.  
  5. #ifndef LYSTRUCTS_H
  6. #include <LYStructs.h>
  7. #endif /* LYSTRUCTS_H */
  8.  
  9. extern void read_rc NOPARAMS;
  10. extern int save_rc NOPARAMS;
  11.  
  12. #endif /* LYRCFILE_H */
  13.  
  14.