/* WIDE AREA INFORMATION SERVER SOFTWARE:
   No guarantees or restrictions.  See the readme file for the full standard
   disclaimer.
 */

#ifndef STOPLIST_H
#define STOPLIST_H

#include "cdialect.h"

void init_stop_list _AP((void));

char *next_stop_word _AP((void));

#endif /* ndef STOPLIST_H */
