summaryrefslogtreecommitdiff
path: root/send-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'send-utils.h')
-rw-r--r--send-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/send-utils.h b/send-utils.h
index 78abf944..06af75f3 100644
--- a/send-utils.h
+++ b/send-utils.h
@@ -70,7 +70,7 @@ struct subvol_info *subvol_uuid_search(struct subvol_uuid_search *s,
void subvol_uuid_search_add(struct subvol_uuid_search *s,
struct subvol_info *si);
-
+int btrfs_subvolid_resolve(int fd, char *path, size_t path_len, u64 subvol_id);
char *path_cat(const char *p1, const char *p2);
char *path_cat3(const char *p1, const char *p2, const char *p3);