aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libmandoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-28 23:52:13 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-28 23:52:13 +0000
commit916061ed728b162eb71037e2bfb56d6497d21361 (patch)
treebcacd728a2ca2b4b8c76c42c4b516e0052933c27 /libmandoc.h
parent38f00ffdcbcf2be5ad01776afecc32d1c141f46c (diff)
downloadmandoc-916061ed728b162eb71037e2bfb56d6497d21361.tar.gz
mandoc-916061ed728b162eb71037e2bfb56d6497d21361.tar.zst
mandoc-916061ed728b162eb71037e2bfb56d6497d21361.zip
Have libman and libmdoc use mandoc_getcontrol() to determine whether a
macro has been invoked. libroff is next.
Diffstat (limited to 'libmandoc.h')
-rw-r--r--libmandoc.h3
1 files changed, 2 insertions, 1 deletions
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 <kristaps@bsd.lv>
*
@@ -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 *);