aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libroff.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-29 01:18:23 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-29 01:18:23 +0000
commita8bfaa445b350aadb0298ebee653d4e5cc818377 (patch)
tree2e7113c1a85f77ab5825fd987ef5bd401d054ed6 /libroff.h
parent0085b048bff93dd2f247c5fa592a64b4c3f057bf (diff)
downloadmandoc-a8bfaa445b350aadb0298ebee653d4e5cc818377.tar.gz
mandoc-a8bfaa445b350aadb0298ebee653d4e5cc818377.tar.zst
mandoc-a8bfaa445b350aadb0298ebee653d4e5cc818377.zip
Whack removed function from libroff.
Diffstat (limited to 'libroff.h')
-rw-r--r--libroff.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libroff.h b/libroff.h
index 3f041277..964cd48a 100644
--- a/libroff.h
+++ b/libroff.h
@@ -1,4 +1,4 @@
-/* $Id: libroff.h,v 1.3 2010/12/29 01:16:57 kristaps Exp $ */
+/* $Id: libroff.h,v 1.4 2010/12/29 01:18:23 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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