diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-17 09:28:00 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-17 09:28:00 +0000 |
commit | e1223684aa2b3ee518b90b8eb5c66d84cc940e33 (patch) | |
tree | 6ff4199e9bbf1bfa53b80b05df622708651580f3 /libmdoc.h | |
parent | 04952a92f487d5de042d2f4a619b075f7fe4f434 (diff) | |
download | mandoc-e1223684aa2b3ee518b90b8eb5c66d84cc940e33.tar.gz |
Kill off some unused function prototypes.
Diffstat (limited to 'libmdoc.h')
-rw-r--r-- | libmdoc.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -107,9 +107,6 @@ int mdoc_endbody_alloc(struct mdoc *m, int line, int pos, void mdoc_node_delete(struct mdoc *, struct mdoc_node *); void mdoc_hash_init(void); enum mdoct mdoc_hash_find(const char *); -size_t mdoc_isescape(const char *); -time_t mdoc_atotime(const char *); -size_t mdoc_macro2len(enum mdoct); const char *mdoc_a2att(const char *); const char *mdoc_a2lib(const char *); const char *mdoc_a2st(const char *); |