]> git.cameronkatri.com Git - mandoc.git/blobdiff - term.h
Eliminate the class=It-* attributes.
[mandoc.git] / term.h
diff --git a/term.h b/term.h
index f06bbd87d4f6fa9caedf27151da1b32bbd53b7d5..493191d7d369dee1176af3c5ad6b232c99189b18 100644 (file)
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/*     $Id: term.h,v 1.127 2017/06/12 19:05:47 schwarze Exp $ */
+/*     $Id: term.h,v 1.130 2017/07/08 14:51:05 schwarze Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011-2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -36,7 +36,7 @@ enum  termfont {
        TERMFONT__MAX
 };
 
-struct eqn;
+struct eqn_box;
 struct roff_meta;
 struct roff_node;
 struct tbl_span;
@@ -126,7 +126,7 @@ const char   *ascii_uc2str(int);
 
 void             roff_term_pre(struct termp *, const struct roff_node *);
 
-void             term_eqn(struct termp *, const struct eqn *);
+void             term_eqn(struct termp *, const struct eqn_box *);
 void             term_tbl(struct termp *, const struct tbl_span *);
 void             term_free(struct termp *);
 void             term_setcol(struct termp *, size_t);
@@ -140,11 +140,13 @@ void                term_end(struct termp *);
 
 void             term_setwidth(struct termp *, const char *);
 int              term_hspan(const struct termp *, const struct roffsu *);
+int              term_hen(const struct termp *, const struct roffsu *);
 int              term_vspan(const struct termp *, const struct roffsu *);
 size_t           term_strlen(const struct termp *, const char *);
 size_t           term_len(const struct termp *, size_t);
 
 void             term_tab_set(const struct termp *, const char *);
+void             term_tab_iset(size_t);
 size_t           term_tab_next(size_t);
 
 void             term_fontpush(struct termp *, enum termfont);