From 5fd4bbfb011aeb0750a37047be4d3fade1964aea Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 3 Oct 2009 16:36:06 +0000 Subject: Fixed mandoc.1 examples (new -Thtml options). Fixed manuals to use `In', not `Fd'. Moved buf* functions into html.c. --- html.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'html.h') diff --git a/html.h b/html.h index 6d7faa35..17b39ae0 100644 --- a/html.h +++ b/html.h @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.9 2009/10/03 15:26:26 kristaps Exp $ */ +/* $Id: html.h,v 1.10 2009/10/03 16:36:06 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -103,6 +103,13 @@ void print_tagq(struct html *, const struct tag *); void print_stagq(struct html *, const struct tag *); void print_text(struct html *, const char *); +void buffmt_man(struct html *, const char *, const char *); +void buffmt_includes(struct html *, const char *); +void buffmt(struct html *, const char *, ...); +void bufcat(struct html *, const char *); +void bufncat(struct html *, const char *, size_t); +void bufinit(struct html *); + __END_DECLS #endif /*!HTML_H*/ -- cgit v1.2.3-56-ge451