]> git.cameronkatri.com Git - mandoc.git/blobdiff - libman.h
Complete the whatis.1 -> apropos.1 merge,
[mandoc.git] / libman.h
index 61bd1a64b5cb9d035b0679a3c1a8be3b44ee4995..e852927cd2cdb23120e62a408ed5bdd3e1322fb8 100644 (file)
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/*     $Id: libman.h,v 1.62 2014/08/01 17:40:34 schwarze Exp $ */
+/*     $Id: libman.h,v 1.63 2014/08/01 21:24:17 schwarze Exp $ */
 /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -70,7 +70,6 @@ void            man_hash_init(void);
 enum mant        man_hash_find(const char *);
 int              man_macroend(struct man *);
 int              man_valid_post(struct man *);
-int              man_valid_pre(struct man *, struct man_node *);
 int              man_unscope(struct man *, const struct man_node *);
 
 __END_DECLS