diff -r bb31577536d1 -r f44c530f80da bookloupe/bookloupe.h --- a/bookloupe/bookloupe.h Thu Oct 03 16:09:39 2013 +0100 +++ b/bookloupe/bookloupe.h Sat Oct 26 18:47:33 2013 +0100 @@ -58,6 +58,12 @@ SWITNO }; +enum { + DOS_NEWLINES, + UNIX_NEWLINES, + OS9_NEWLINES, +}; + struct dash_results { long base,space,non_PG_space,PG_space; }; @@ -68,12 +74,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; };