=================================================================== RCS file: /cvs/mandoc/libmandoc.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- mandoc/libmandoc.h 2011/04/19 16:38:48 1.20 +++ mandoc/libmandoc.h 2011/05/14 16:06:09 1.21 @@ -1,4 +1,4 @@ -/* $Id: libmandoc.h,v 1.20 2011/04/19 16:38:48 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 *);