=================================================================== RCS file: /cvs/mandoc/Attic/private.h,v retrieving revision 1.75 retrieving revision 1.77 diff -u -p -r1.75 -r1.77 --- mandoc/Attic/private.h 2009/01/22 14:56:21 1.75 +++ mandoc/Attic/private.h 2009/02/21 21:00:06 1.77 @@ -1,4 +1,4 @@ -/* $Id: private.h,v 1.75 2009/01/22 14:56:21 kristaps Exp $ */ +/* $Id: private.h,v 1.77 2009/02/21 21:00:06 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -123,7 +123,6 @@ void mdoc_sibling(struct mdoc *, int, struct mdoc_n void *mdoc_tokhash_alloc(void); int mdoc_tokhash_find(const void *, const char *); void mdoc_tokhash_free(void *); -int mdoc_isdelim(const char *); int mdoc_iscdelim(char); enum mdoc_sec mdoc_atosec(const char *); enum mdoc_msec mdoc_atomsec(const char *);