diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-17 12:08:01 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-17 12:08:01 +0000 |
commit | 48e82474c0df6d65c32335560fa351d80d53bf46 (patch) | |
tree | f12545f56138374aa3b9043485c4a782d8004b23 /mandoc.h | |
parent | c9b2f541bb03d6ea693bb24850f1a6f88dfa2d36 (diff) | |
download | mandoc-48e82474c0df6d65c32335560fa351d80d53bf46.tar.gz |
mandocmsg finally has no return value.
Diffstat (limited to 'mandoc.h')
-rw-r--r-- | mandoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |