summaryrefslogtreecommitdiff
path: root/support/spelchek/parse.h
blob: e566d325130fd8c21b5cd41d2b056fe8922868c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
unsigned char *next_word( int *end_of_sentence );
void init_parser(FILE *infofile, FILE *sourcefile, FILE *outfile, const unsigned char *sourcename );
int check_first_char( unsigned char *word );  /* 1.11.91 */

#ifndef PARSERIMPLEMENTATION
extern volatile
#endif
int zeilennummer;

#ifndef PARSERIMPLEMENTATION
extern
#endif
int punctuation_check;

#ifndef PARSERIMPLEMENTATION
extern
#endif
int new_sentence;