X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/06244c71f6b136a42451cafaf08d697f02b51bf1..9275a05a090b366b47ed479d15472e058b8d8318:/private.h?ds=inline diff --git a/private.h b/private.h index 3c0cf158..6bcfe7c0 100644 --- a/private.h +++ b/private.h @@ -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_node **, 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 *);