diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-17 11:14:53 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-17 11:14:53 +0000 |
commit | e1668c2d072b1ff1b0f569174c78d672523280a2 (patch) | |
tree | b2dbd9a7b65d095d0e956c3aa71bd5edd9c7ec89 /libmandoc.h | |
parent | 681e8e6f4e043c13eeaed54f11b86efa318fe635 (diff) | |
download | mandoc-e1668c2d072b1ff1b0f569174c78d672523280a2.tar.gz |
Remove prototype since moved into mandoc.h.
Diffstat (limited to 'libmandoc.h')
-rw-r--r-- | libmandoc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmandoc.h b/libmandoc.h index f2564933..ad16bc65 100644 --- a/libmandoc.h +++ b/libmandoc.h @@ -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); |