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

  1.  
  2. #ifndef LYUPLOAD_H
  3. #define LYUPLOAD_H
  4.  
  5. #ifndef LYSTRUCTS_H
  6. #include <LYStructs.h>
  7. #endif /* LYSTRUCTS_H */
  8.  
  9. extern int LYUpload PARAMS((char *line));
  10. extern int LYUpload_options PARAMS((char **newfile, char *directory));
  11.  
  12. #define UPLOAD_OPTIONS_TITLE "Lynx Upload Options"
  13.  
  14. #endif /* LYUPLOAD_H */
  15.  
  16.