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 / LYExtern.h < prev    next >
C/C++ Source or Header  |  1998-03-25  |  174b  |  11 lines

  1. #ifndef EXTERNALS_H
  2. #define EXTERNALS_H
  3.  
  4. #ifndef LYSTRUCTS_H
  5. #include <LYStructs.h>
  6. #endif /* LYSTRUCTS_H */
  7.  
  8. void run_external PARAMS((char * c));
  9.  
  10. #endif /* EXTERNALS_H */
  11.