summaryrefslogtreecommitdiff
path: root/transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'transaction.h')
-rw-r--r--transaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/transaction.h b/transaction.h
index ccbecce9..470ee3de 100644
--- a/transaction.h
+++ b/transaction.h
@@ -40,5 +40,6 @@ int commit_tree_roots(struct btrfs_trans_handle *trans,
struct btrfs_fs_info *fs_info);
int btrfs_commit_transaction(struct btrfs_trans_handle *trans,
struct btrfs_root *root);
+void btrfs_abort_transaction(struct btrfs_trans_handle *trans, int error);
#endif