aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.h
diff options
context:
space:
mode:
Diffstat (limited to 'man.h')
-rw-r--r--man.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/man.h b/man.h
index 46ec7f8e..ddeb0184 100644
--- a/man.h
+++ b/man.h
@@ -1,4 +1,4 @@
-/* $Id: man.h,v 1.37 2010/06/19 20:46:28 kristaps Exp $ */
+/* $Id: man.h,v 1.38 2010/06/26 15:36:37 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -108,7 +108,9 @@ struct man;
void man_free(struct man *);
struct man *man_alloc(void *, int, mandocmsg);
void man_reset(struct man *);
-int man_parseln(struct man *, int, char *, int);
+int man_parseln(struct man *,
+ const struct regset *,
+ int, char *, int);
int man_endparse(struct man *);
const struct man_node *man_node(const struct man *);