1.1 --- a/bookloupe/bookloupe.h Sat Sep 21 18:28:40 2013 +0100
1.2 +++ b/bookloupe/bookloupe.h Mon Sep 23 21:18:27 2013 +0100
1.3 @@ -79,9 +79,10 @@
1.4 int dquote,squote;
1.5 };
1.6
1.7 -struct pending {
1.8 - char *dquote,*squote,*rbrack,*sbrack,*cbrack,*unders;
1.9 - long squot;
1.10 -};
1.11 +extern gboolean pswit[SWITNO];
1.12 +
1.13 +extern long cnt_dquot,cnt_squot,cnt_brack,cnt_bin,cnt_odd,cnt_long,cnt_short;
1.14 +extern long cnt_punct,cnt_dash,cnt_word,cnt_html,cnt_lineend,cnt_spacend;
1.15 +extern long linecnt,checked_linecnt;
1.16
1.17 #endif /* BOOKOUPE_H */