summaryrefslogtreecommitdiff
path: root/src/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/table.h')
-rw-r--r--src/table.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/table.h b/src/table.h
index dd01fa3..53012f7 100644
--- a/src/table.h
+++ b/src/table.h
@@ -74,7 +74,8 @@ void entry_append(struct table_entry *root, struct table_entry *e);
/* Frees every entry in the linked list specified by `cur`. */
void entry_free(struct table_entry *cur);
-/* Dumps the XP3 table specified by `root` into `s`. */
+/* Dumps the XP3 table specified by `root` into `s` and returns the
+ number of bytes written. */
void dump_table(struct stream *s, struct table_entry *root);
/* Inserts the file specified by `path` into the table linked list