]> git.cameronkatri.com Git - mandoc.git/commitdiff
Remove prototype since moved into mandoc.h.
authorKristaps Dzonsons <kristaps@bsd.lv>
Sun, 17 Jul 2011 11:14:53 +0000 (11:14 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Sun, 17 Jul 2011 11:14:53 +0000 (11:14 +0000)
libmandoc.h

index 5f8379aff27bd06a0a207c96be39325bdd233a64..23a362e66bd10b9cf6721b2d34228591f00fcf28 100644 (file)
@@ -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);