]> git.cameronkatri.com Git - mandoc.git/blobdiff - libmandoc.h
when indenting, extend the right margin accordingly, when needed;
[mandoc.git] / libmandoc.h
index 7a1b4219cad3e52df0a327912ecfa45a87113a05..27ddf3de9feb7f207600d06a85022eb5ddf957dc 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: libmandoc.h,v 1.38 2014/01/05 20:26:36 schwarze Exp $ */
+/*     $Id: libmandoc.h,v 1.39 2014/01/06 21:34:31 schwarze Exp $ */
 /*
  * Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2013 Ingo Schwarze <schwarze@openbsd.org>
@@ -66,7 +66,7 @@ int            man_addspan(struct man *, const struct tbl_span *);
 int             man_addeqn(struct man *, const struct eqn *);
 
 void            roff_free(struct roff *);
-struct roff    *roff_alloc(enum mparset, struct mparse *);
+struct roff    *roff_alloc(enum mparset, struct mparse *, int);
 void            roff_reset(struct roff *);
 enum rofferr    roff_parseln(struct roff *, int, 
                        char **, size_t *, int, int *);