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 / LYDownload.h < prev    next >
C/C++ Source or Header  |  1998-03-25  |  315b  |  16 lines

  1.  
  2. #ifndef LYDOWNLOAD_H
  3. #define LYDOWNLOAD_H
  4.  
  5. #ifndef LYSTRUCTS_H
  6. #include <LYStructs.h>
  7. #endif /* LYSTRUCTS_H */
  8.  
  9. extern void LYDownload PARAMS((char *line));
  10. extern int LYdownload_options PARAMS((char **newfile, char *data_file));
  11.  
  12. #define DOWNLOAD_OPTIONS_TITLE "Lynx Download Options"
  13.  
  14. #endif /* LYDOWNLOAD_H */
  15.  
  16.