summaryrefslogtreecommitdiffstats
path: root/mandoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mandoc.h b/mandoc.h
index dfe0c546..0726c531 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -328,7 +328,7 @@ enum mdelim {
DELIM_CLOSE
};
-typedef int (*mandocmsg)(enum mandocerr, void *,
+typedef void (*mandocmsg)(enum mandocerr, void *,
int, int, const char *);
__BEGIN_DECLS