]> git.cameronkatri.com Git - mandoc.git/blobdiff - libman.h
needs mandoc_aux, too
[mandoc.git] / libman.h
index f2ba6a125630abe718920b1cc7438233d188941d..7d6de38232bb039dc039d4826ecde42e705b2ded 100644 (file)
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/*     $Id: libman.h,v 1.56 2012/11/17 00:26:33 schwarze Exp $ */
+/*     $Id: libman.h,v 1.57 2014/01/05 20:26:36 schwarze Exp $ */
 /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -24,6 +24,7 @@ enum  man_next {
 
 struct man {
        struct mparse   *parse; /* parse pointer */
+       int              quick; /* abort parse early */
        int              flags; /* parse flags */
 #define        MAN_HALT        (1 << 0) /* badness happened: die */
 #define        MAN_ELINE       (1 << 1) /* Next-line element scope. */