aboutsummaryrefslogtreecommitdiff
path: root/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'file.h')
-rw-r--r--file.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/file.h b/file.h
index 56e1758..d6fd2ce 100644
--- a/file.h
+++ b/file.h
@@ -20,6 +20,7 @@
#include "block_cache.h"
#include "block_mac.h"
+struct block_set;
struct fs;
struct transaction;
@@ -104,6 +105,9 @@ void file_transaction_complete_failed(struct transaction* tr);
void file_transaction_success(struct transaction* tr);
void file_transaction_failed(struct transaction* tr);
+void files_rebuild_free_set(struct transaction* tr,
+ struct block_set* new_free_set,
+ struct block_mac* files_root);
/* TODO: move to dir? */
enum file_create_mode {