From 916061ed728b162eb71037e2bfb56d6497d21361 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 28 Mar 2011 23:52:13 +0000 Subject: Have libman and libmdoc use mandoc_getcontrol() to determine whether a macro has been invoked. libroff is next. --- libmandoc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libmandoc.h') diff --git a/libmandoc.h b/libmandoc.h index e6742631..3157f290 100644 --- a/libmandoc.h +++ b/libmandoc.h @@ -1,4 +1,4 @@ -/* $Id: libmandoc.h,v 1.16 2011/03/22 14:05:45 kristaps Exp $ */ +/* $Id: libmandoc.h,v 1.17 2011/03/28 23:52:13 kristaps Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * @@ -79,6 +79,7 @@ char *mandoc_getarg(struct mparse *, char **, int, int *); char *mandoc_normdate(struct mparse *, char *, int, int); int mandoc_eos(const char *, size_t, int); int mandoc_hyph(const char *, const char *); +int mandoc_getcontrol(const char *, int *); void mdoc_free(struct mdoc *); struct mdoc *mdoc_alloc(struct regset *, struct mparse *); -- cgit v1.2.3-56-ge451