From ba4fad8c5a409dd0738bc09a95cbdebf360aa496 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 15 May 2017 16:41:12 -0400 Subject: Began finalization of the table dumping functionality --- src/table.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/table.h') diff --git a/src/table.h b/src/table.h index 74de5b0..90c9b1a 100644 --- a/src/table.h +++ b/src/table.h @@ -60,9 +60,8 @@ void read_elif(struct stream *s, struct table_entry *root); in the archive's table section. */ struct table_entry *read_table(struct stream *s); -/* Dumps the XP3 table specified by `root` into `s` and returns the - number of bytes written. */ -uint64_t dump_table(struct stream *s, struct table_entry *root); +/* Dumps the XP3 table specified by `root` into `s`. */ +void dump_table(struct stream *s, struct table_entry *root); /* Inserts the file specified by `path` into the table linked list specified by `root`. */ -- cgit v1.3