From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (kristaps@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id p6HBEr0F023274 for ; Sun, 17 Jul 2011 07:14:54 -0400 (EDT) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id p6HBErJl001101; Sun, 17 Jul 2011 07:14:53 -0400 (EDT) Date: Sun, 17 Jul 2011 07:14:53 -0400 (EDT) Message-Id: <201107171114.p6HBErJl001101@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Remove prototype since moved into mandoc.h. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Remove prototype since moved into mandoc.h. Modified Files: -------------- mdocml: libmandoc.h Revision Data ------------- Index: libmandoc.h =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/libmandoc.h,v retrieving revision 1.21 retrieving revision 1.22 diff -Llibmandoc.h -Llibmandoc.h -u -p -r1.21 -r1.22 --- libmandoc.h +++ libmandoc.h @@ -73,7 +73,6 @@ void mandoc_msg(enum mandocerr, struct 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); -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv