From 9419ab3574faf0af105fbd744975d2172be8a6b4 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 17 Jul 2011 11:14:53 +0000 Subject: Remove prototype since moved into mandoc.h. --- libmandoc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libmandoc.h') diff --git a/libmandoc.h b/libmandoc.h index 5f8379af..23a362e6 100644 --- a/libmandoc.h +++ b/libmandoc.h @@ -1,4 +1,4 @@ -/* $Id: libmandoc.h,v 1.21 2011/05/14 16:06:09 kristaps Exp $ */ +/* $Id: libmandoc.h,v 1.22 2011/07/17 11:14:53 kristaps Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * @@ -73,7 +73,6 @@ void mandoc_msg(enum mandocerr, struct mparse *, int, int, const char *); void mandoc_vmsg(enum mandocerr, struct mparse *, int, int, const char *, ...); -char *mandoc_strdup(const char *); char *mandoc_getarg(struct mparse *, char **, int, int *); char *mandoc_normdate(struct mparse *, char *, int, int); int mandoc_eos(const char *, size_t, int); -- cgit v1.2.3-56-ge451