repo.or.cz
/
vspell.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
split dictionary.h
[vspell.git]
/
libvspell
/
propername.h
blob
d6685254ebfff9434a3a4154afdf7cc0a9517966
1
#ifndef __PROPER_NAME_H__
2
#define __PROPER_NAME_H__
3
4
#ifndef __SPELL_H__
5
#include
"spell.h"
6
#endif
7
8
bool
proper_name_initialize
();
9
void
mark_proper_name
(
Sentence
&
st
);
10
11
#endif