summaryrefslogtreecommitdiffstats
path: root/man.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-04-03 11:08:39 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-04-03 11:08:39 +0000
commit911f176059aea8dbb5085d2191f4ae34fd849764 (patch)
tree87cea0a5fbd273073ab682ffd0da3c127044a6a0 /man.h
parent487ee230ace82c4c67ac49c3c7192780298017de (diff)
downloadmandoc-911f176059aea8dbb5085d2191f4ae34fd849764.tar.gz
Proper resetting of memory.
Array boundary fixed (-W).
Diffstat (limited to 'man.h')
-rw-r--r--man.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/man.h b/man.h
index bd50d869..8532431b 100644
--- a/man.h
+++ b/man.h
@@ -90,7 +90,7 @@ struct man;
void man_free(struct man *);
struct man *man_alloc(void *, int, const struct man_cb *);
-void man_reset(struct man *);
+int man_reset(struct man *);
int man_parseln(struct man *, int, char *buf);
int man_endparse(struct man *);
int man_valid_post(struct man *);