]> git.cameronkatri.com Git - mandoc.git/blobdiff - libroff.h
Let -h imply -c (that is, not use the pager).
[mandoc.git] / libroff.h
index e6d3edb7d00a26750c5779632ae8178182466268..bd9bcd220e40fdbf8e85a9ae0fee3f1fcf5788d9 100644 (file)
--- a/libroff.h
+++ b/libroff.h
@@ -1,4 +1,4 @@
-/*     $Id: libroff.h,v 1.30 2014/10/16 01:11:20 schwarze Exp $ */
+/*     $Id: libroff.h,v 1.31 2014/10/25 14:35:37 schwarze Exp $ */
 /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -77,7 +77,7 @@ int            tbl_data(struct tbl_node *, int, const char *);
 int             tbl_cdata(struct tbl_node *, int, const char *);
 const struct tbl_span  *tbl_span(struct tbl_node *);
 void            tbl_end(struct tbl_node **);
-struct eqn_node        *eqn_alloc(const char *, int, int, struct mparse *);
+struct eqn_node        *eqn_alloc(int, int, struct mparse *);
 enum rofferr    eqn_end(struct eqn_node **);
 void            eqn_free(struct eqn_node *);
 enum rofferr    eqn_read(struct eqn_node **, int,