summaryrefslogtreecommitdiffstatshomepage
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-24 12:20:52 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-24 12:20:52 +0000
commitccc5179dd8a95f3867173f5e2265d6153b9d2635 (patch)
tree1d435863d619ea37d32f62a4dc331214121a15fd /private.h
parentb3bbf7061a5906d3086a9fa08f36d77d77302e81 (diff)
downloadmandoc-ccc5179dd8a95f3867173f5e2265d6153b9d2635.tar.gz
mandoc-ccc5179dd8a95f3867173f5e2265d6153b9d2635.tar.zst
mandoc-ccc5179dd8a95f3867173f5e2265d6153b9d2635.zip
Added character-encoding checks.
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 *);