X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/b6591e91b037a5c71a68512372ea2da15154fe2f..b2742286b1f8fde21eb7e583826a71e8839c3948:/libmandoc.h?ds=sidebyside 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 *);