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 076704d..f59c876 100644
--- a/src/fuse/connection.h
+++ b/src/fuse/connection.h
@@ -24,4 +24,6 @@ bool connection_read(dnbd3_async_t *request);
void connection_close();
+int connection_printStats(char *buffer, const int len);
+
#endif /* CONNECTION_H_ */