From b535f53e9cbd21711e021c5db06b276aa23fe0b5 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 29 Dec 2010 01:18:23 +0000 Subject: Whack removed function from libroff. --- libroff.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libroff.h') diff --git a/libroff.h b/libroff.h index 50c59485..a939dbf4 100644 --- a/libroff.h +++ b/libroff.h @@ -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 -- cgit