]> git.cameronkatri.com Git - mandoc.git/blobdiff - mandoc.h
Simplify the roff(7) .ce and .rj terminal formatter by using the
[mandoc.git] / mandoc.h
index 0519d041b22e72da7a791b52031e74dd65a56edf..a44b192e0f4f2575f9e42c6155c93a20d54f2619 100644 (file)
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/*     $Id: mandoc.h,v 1.261 2018/12/15 19:30:26 schwarze Exp $ */
+/*     $Id: mandoc.h,v 1.262 2018/12/16 00:17:02 schwarze Exp $ */
 /*
  * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2012-2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -270,6 +270,7 @@ enum        mandoc_esc {
 };
 
 
+enum mandoc_esc          mandoc_font(const char *, int sz);
 enum mandoc_esc          mandoc_escape(const char **, const char **, int *);
 void             mandoc_msg_setoutfile(FILE *);
 const char      *mandoc_msg_getinfilename(void);