From 36357815a1c201ab63ccb1bfafe72be231d6aac4 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 24 Nov 2008 08:50:33 +0000 Subject: Roff-line tokens parsed into char**. --- private.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'private.h') diff --git a/private.h b/private.h index db38ef8a..42c74aeb 100644 --- a/private.h +++ b/private.h @@ -1,4 +1,4 @@ -/* $Id: private.h,v 1.2 2008/11/23 22:30:53 kristaps Exp $ */ +/* $Id: private.h,v 1.3 2008/11/24 08:50:33 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -43,11 +43,11 @@ typedef int (*md_exit)(const struct md_args *, struct md_mbuf *, const struct md_rbuf *, int, void *); typedef int (*md_line)(const struct md_args *, struct md_mbuf *, const struct md_rbuf *, - const char *, size_t, void *); + char *, size_t, void *); int md_line_html4_strict(const struct md_args *, struct md_mbuf *, const struct md_rbuf *, - const char *, size_t, void *); + char *, size_t, void *); int md_init_html4_strict(const struct md_args *, struct md_mbuf *, const struct md_rbuf *, void **); @@ -57,7 +57,7 @@ int md_exit_html4_strict(const struct md_args *, int md_line_dummy(const struct md_args *, struct md_mbuf *, const struct md_rbuf *, - const char *, size_t, void *); + char *, size_t, void *); int md_buf_puts(struct md_mbuf *, const char *, size_t); int md_buf_putchar(struct md_mbuf *, char); -- cgit v1.2.3-56-ge451