split dictionary.h
[vspell.git] / libvspell / propername.h
blobd6685254ebfff9434a3a4154afdf7cc0a9517966
1 #ifndef __PROPER_NAME_H__
2 #define __PROPER_NAME_H__
4 #ifndef __SPELL_H__
5 #include "spell.h"
6 #endif
8 bool proper_name_initialize();
9 void mark_proper_name(Sentence &st);
11 #endif