aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libmandoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-17 11:14:53 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-17 11:14:53 +0000
commit9419ab3574faf0af105fbd744975d2172be8a6b4 (patch)
treed71e048a29e65248309670096d0a74262e91f6e1 /libmandoc.h
parent68e1764aa148f24b0e240566aa9f334c2eb55ca6 (diff)
downloadmandoc-9419ab3574faf0af105fbd744975d2172be8a6b4.tar.gz
mandoc-9419ab3574faf0af105fbd744975d2172be8a6b4.tar.zst
mandoc-9419ab3574faf0af105fbd744975d2172be8a6b4.zip
Remove prototype since moved into mandoc.h.
Diffstat (limited to 'libmandoc.h')
-rw-r--r--libmandoc.h3
1 files changed, 1 insertions, 2 deletions
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 <kristaps@bsd.lv>
*
@@ -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);