diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-29 01:18:23 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-29 01:18:23 +0000 |
commit | b535f53e9cbd21711e021c5db06b276aa23fe0b5 (patch) | |
tree | 1bc8fbdfa118159540ec006b87e9e2ab706cf3f8 /libroff.h | |
parent | d5144ffde6d84d22eacbce42462bf2486d995d91 (diff) | |
download | mandoc-b535f53e9cbd21711e021c5db06b276aa23fe0b5.tar.gz |
Whack removed function from libroff.
Diffstat (limited to 'libroff.h')
-rw-r--r-- | libroff.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -50,7 +50,6 @@ struct tbl *tbl_alloc(void *, mandocmsg); void tbl_free(struct tbl *); void tbl_reset(struct tbl *); enum rofferr tbl_read(struct tbl *, int, const char *, int); -enum tbl_tok tbl_next(struct tbl *, const char *, int *); int tbl_option(struct tbl *, int, const char *); __END_DECLS |