summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc.h b/mdoc.h
index fdb6b036..9710ac6a 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.16 2009/01/07 15:53:00 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.17 2009/01/08 14:55:59 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -421,7 +421,7 @@ struct mdoc_node {
struct mdoc_cb {
int (*mdoc_err)(void *, int, int, enum mdoc_err);
int (*mdoc_warn)(void *, int, int, enum mdoc_warn);
- void (*mdoc_msg)(void *, int, const char *);
+ void (*mdoc_msg)(void *, int, int, const char *);
};
extern const char *const *mdoc_macronames;