home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / WAIS / ir / stoplist.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-02  |  299 b   |  16 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  */
  5.  
  6. #ifndef STOPLIST_H
  7. #define STOPLIST_H
  8.  
  9. #include "cdialect.h"
  10.  
  11. void init_stop_list _AP((void));
  12.  
  13. char *next_stop_word _AP((void));
  14.  
  15. #endif /* ndef STOPLIST_H */
  16.