aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-09-17 15:00:51 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-09-17 15:00:51 +0000
commitd896fc86c4e9a18cefb558d7bfd1c987306de938 (patch)
tree9821eaa5690811ede58dcb6c8ecb6d2319da1540 /main.h
parent16e745d5f0fcf9edaa4f0733c6dd0a128075b31a (diff)
downloadmandoc-d896fc86c4e9a18cefb558d7bfd1c987306de938.tar.gz
mandoc-d896fc86c4e9a18cefb558d7bfd1c987306de938.tar.zst
mandoc-d896fc86c4e9a18cefb558d7bfd1c987306de938.zip
Initial, incomplete support for -Tman
to convert mdoc(7) documents to the man(7) language. This is work in progress and will be developed in tree. It does already handle the cat(1) manual, but will hardly handle all your fancy manuals yet. go ahead kristaps@ jmc@ millert@ deraadt@
Diffstat (limited to 'main.h')
-rw-r--r--main.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.h b/main.h
index 07b9e879..7b12b326 100644
--- a/main.h
+++ b/main.h
@@ -1,4 +1,4 @@
-/* $Id: main.h,v 1.12 2011/05/20 15:48:22 kristaps Exp $ */
+/* $Id: main.h,v 1.13 2011/09/17 15:00:51 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -41,6 +41,8 @@ void html_free(void *);
void tree_mdoc(void *, const struct mdoc *);
void tree_man(void *, const struct man *);
+void man_mdoc(void *, const struct mdoc *);
+
void *locale_alloc(char *);
void *utf8_alloc(char *);
void *ascii_alloc(char *);