diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-24 14:52:55 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-24 14:52:55 +0000 |
commit | 3b3ee25ff44db6b7d4d12a0ddc9641400aeeaf46 (patch) | |
tree | eb1ce5eb618b089c2b10894f17b3ec57d65682d7 /private.h | |
parent | b400357e923eb04a2bb8aad73adbbd3cb0c13695 (diff) | |
download | mandoc-3b3ee25ff44db6b7d4d12a0ddc9641400aeeaf46.tar.gz |
Added several more mdocterm outputs.
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -130,7 +130,6 @@ enum mdoc_sec mdoc_atosec(const char *); enum mdoc_msec mdoc_atomsec(const char *); enum mdoc_vol mdoc_atovol(const char *); enum mdoc_arch mdoc_atoarch(const char *); -enum mdoc_att mdoc_atoatt(const char *); time_t mdoc_atotime(const char *); char *mdoc_type2a(enum mdoc_type); |