summaryrefslogtreecommitdiffstats
path: root/src/fuse/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fuse/connection.h')
-rw-r--r--src/fuse/connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fuse/connection.h b/src/fuse/connection.h
index 8ab2c35..076704d 100644
--- a/src/fuse/connection.h
+++ b/src/fuse/connection.h
@@ -18,6 +18,8 @@ typedef struct _dnbd3_async {
bool connection_init(const char *hosts, const char *image, const uint16_t rid);
+uint64_t connection_getImageSize();
+
bool connection_read(dnbd3_async_t *request);
void connection_close();