aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libman.h
diff options
context:
space:
mode:
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libman.h b/libman.h
index da939e9c..e1a9aecc 100644
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/* $Id: libman.h,v 1.43 2010/08/20 01:02:07 schwarze Exp $ */
+/* $Id: libman.h,v 1.44 2010/11/30 15:36:28 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -84,8 +84,6 @@ int man_vmsg(struct man *, enum mandocerr,
int, int, const char *, ...);
int man_valid_post(struct man *);
int man_valid_pre(struct man *, struct man_node *);
-int man_action_post(struct man *);
-int man_action_pre(struct man *, struct man_node *);
int man_unscope(struct man *,
const struct man_node *, enum mandocerr);