diff options
Diffstat (limited to 'man.h')
-rw-r--r-- | man.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -59,11 +59,8 @@ /* Names of macros. */ extern const char *const *man_macronames; -__BEGIN_DECLS struct roff_man; const struct mparse *man_mparse(const struct roff_man *); void man_validate(struct roff_man *); - -__END_DECLS |