diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2016-07-07 19:19:01 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2016-07-07 19:19:01 +0000 |
commit | 1cbe4572a756539917456c7e9913fa4ba180a719 (patch) | |
tree | 754b37f3124cbe42ed8c16c979c74856443ce111 /libmandoc.h | |
parent | b8d5cf8cee9a184753968d5512aa913c9d9d4348 (diff) | |
download | mandoc-1cbe4572a756539917456c7e9913fa4ba180a719.tar.gz |
update developer documentation
Diffstat (limited to 'libmandoc.h')
-rw-r--r-- | libmandoc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmandoc.h b/libmandoc.h index 5a489a32..c00679fd 100644 --- a/libmandoc.h +++ b/libmandoc.h @@ -38,7 +38,6 @@ struct tbl_span; struct eqn; struct roff; struct roff_man; -struct roff_node; void mandoc_msg(enum mandocerr, struct mparse *, int, int, const char *); |