summaryrefslogtreecommitdiff
path: root/src/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/table.h')
-rw-r--r--src/table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table.h b/src/table.h
index 53012f7..e36759c 100644
--- a/src/table.h
+++ b/src/table.h
@@ -76,7 +76,7 @@ void entry_free(struct table_entry *cur);
/* 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);
+uint64_t dump_table(struct stream *s, struct table_entry *root);
/* Inserts the file specified by `path` into the table linked list
specified by `root`. */