home *** CD-ROM | disk | FTP | other *** search
- /* WIDE AREA INFORMATION SERVER SOFTWARE:
- No guarantees or restrictions. See the readme file for the full standard
- disclaimer.
- */
-
- /* Copyright (c) CNIDR (see ../COPYRIGHT) */
-
-
- #ifndef STOPLIST_H
- #define STOPLIST_H
-
- #include "cdialect.h"
- #include "cutil.h"
-
- void stop_list_file _AP((char *filename));
-
- void init_stop_list _AP((void));
- void add_stop_word _AP((char *));
- void add_stop_file _AP((char *));
- char *next_stop_word _AP((void));
-
- #endif /* ndef STOPLIST_H */
-