From be14751cf8a50d94471f0e2539b0437d0f776c56 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 28 Oct 2009 05:08:17 +0000 Subject: Fixed un-reset buffer in `.In', -Thtml, -mdoc. Added html_id[cat,cpy] for transforming id's into well-formed attribute strings (no %s, etc.). --- html.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'html.h') diff --git a/html.h b/html.h index b20d08d5..3775edb9 100644 --- a/html.h +++ b/html.h @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.15 2009/10/27 04:50:14 kristaps Exp $ */ +/* $Id: html.h,v 1.16 2009/10/28 05:08:17 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -136,6 +136,9 @@ void bufcat_style(struct html *, void bufncat(struct html *, const char *, size_t); void bufinit(struct html *); +void html_idcat(char *, const char *, int); +void html_idcpy(char *, const char *, int); + __END_DECLS #endif /*!HTML_H*/ -- cgit v1.2.3-56-ge451