aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'private.h')
-rw-r--r--private.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/private.h b/private.h
index 3a49fde0..9855454a 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.80 2009/02/24 11:43:13 kristaps Exp $ */
+/* $Id: private.h,v 1.81 2009/02/24 12:20:52 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -136,7 +136,8 @@ time_t mdoc_atotime(const char *);
char *mdoc_type2a(enum mdoc_type);
char *mdoc_node2a(struct mdoc_node *);
-int mdoc_valid_pre(struct mdoc *, struct mdoc_node *);
+int mdoc_valid_pre(struct mdoc *,
+ const struct mdoc_node *);
int mdoc_valid_post(struct mdoc *);
int mdoc_action_pre(struct mdoc *, struct mdoc_node *);
int mdoc_action_post(struct mdoc *);