]> git.cameronkatri.com Git - mandoc.git/blobdiff - main.h
Debian wants relative, not absolute symlinks for man pages;
[mandoc.git] / main.h
diff --git a/main.h b/main.h
index e9e7e86686777856f740cb53798f14070cf7381c..f12f3e4c3a05218e5b3fa0f27d7a39a1c618c95d 100644 (file)
--- a/main.h
+++ b/main.h
@@ -1,4 +1,4 @@
-/*     $Id: main.h,v 1.24 2015/11/07 14:01:16 schwarze Exp $ */
+/*     $Id: main.h,v 1.26 2016/07/15 19:33:01 schwarze Exp $ */
 /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -16,8 +16,6 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#define        UNCONST(a)      ((void *)(uintptr_t)(const void *)(a))
-
 struct roff_man;
 struct manoutput;
 
@@ -43,7 +41,6 @@ void           *locale_alloc(const struct manoutput *);
 void            *utf8_alloc(const struct manoutput *);
 void            *ascii_alloc(const struct manoutput *);
 void             ascii_free(void *);
-void             ascii_sepline(void *);
 
 void            *pdf_alloc(const struct manoutput *);
 void            *ps_alloc(const struct manoutput *);
@@ -51,3 +48,4 @@ void            pspdf_free(void *);
 
 void             terminal_mdoc(void *, const struct roff_man *);
 void             terminal_man(void *, const struct roff_man *);
+void             terminal_sepline(void *);