=================================================================== RCS file: /cvs/mandoc/libmandoc.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- mandoc/libmandoc.h 2011/03/22 14:05:45 1.16 +++ mandoc/libmandoc.h 2011/03/28 23:52:13 1.17 @@ -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, in 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 *);