diff -r f0740133c606 -r 39a782eb4791 bookloupe/bookloupe.h --- a/bookloupe/bookloupe.h Sun Sep 29 22:51:27 2013 +0100 +++ b/bookloupe/bookloupe.h Sun Oct 27 18:06:21 2013 +0000 @@ -59,6 +59,12 @@ SWITNO }; +enum { + DOS_NEWLINES, + UNIX_NEWLINES, + OS9_NEWLINES, +}; + struct dash_results { long base,space,non_PG_space,PG_space; }; @@ -69,12 +75,13 @@ long fslashline,hyphens,longline,verylongline,htmcount,standalone_digit; long spacedash; struct dash_results emdash; + int newlines; int Dutchcount,Frenchcount; }; struct warnings { int shortline,longline,bin,dash,dotcomma,ast,fslash,digit,hyphen; - int endquote; + int endquote,newlines; gboolean isDutch,isFrench; };