=================================================================== RCS file: /cvs/mandoc/libmandoc.h,v retrieving revision 1.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- mandoc/libmandoc.h 2011/07/28 14:17:11 1.28 +++ mandoc/libmandoc.h 2011/12/02 01:37:14 1.29 @@ -1,4 +1,4 @@ -/* $Id: libmandoc.h,v 1.28 2011/07/28 14:17:11 kristaps Exp $ */ +/* $Id: libmandoc.h,v 1.29 2011/12/02 01:37:14 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * @@ -49,6 +49,7 @@ char *mandoc_normdate(struct mparse *, char *, int, i int mandoc_eos(const char *, size_t, int); int mandoc_getcontrol(const char *, int *); int mandoc_strntoi(const char *, size_t, int); +const char *mandoc_a2msec(const char*); void mdoc_free(struct mdoc *); struct mdoc *mdoc_alloc(struct roff *, struct mparse *);