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 / LYNews.h < prev    next >
C/C++ Source or Header  |  1998-03-25  |  240b  |  14 lines

  1. #ifndef LYNEWSPOST_H
  2. #define LYNEWSPOST_H
  3.  
  4. #ifndef LYSTRUCTS_H
  5. #include <LYStructs.h>
  6. #endif /* LYSTRUCTS_H */
  7.  
  8. extern BOOLEAN term_message;
  9.  
  10. extern char *LYNewsPost PARAMS((char *newsgroups, BOOLEAN followup));
  11.  
  12. #endif /* LYNEWSPOST_H */
  13.  
  14.