=================================================================== RCS file: /cvs/mandoc/libmandoc.h,v retrieving revision 1.18 retrieving revision 1.21 diff -u -p -r1.18 -r1.21 --- mandoc/libmandoc.h 2011/04/09 15:29:40 1.18 +++ mandoc/libmandoc.h 2011/05/14 16:06:09 1.21 @@ -1,4 +1,4 @@ -/* $Id: libmandoc.h,v 1.18 2011/04/09 15:29:40 kristaps Exp $ */ +/* $Id: libmandoc.h,v 1.21 2011/05/14 16:06:09 kristaps Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * @@ -79,6 +79,7 @@ char *mandoc_normdate(struct mparse *, char *, int, i int mandoc_eos(const char *, size_t, int); int mandoc_hyph(const char *, const char *); int mandoc_getcontrol(const char *, int *); +int mandoc_strntou(const char *, size_t, int); void mdoc_free(struct mdoc *); struct mdoc *mdoc_alloc(struct regset *, struct mparse *);