summaryrefslogtreecommitdiffstats
path: root/include/loopdev.h
diff options
context:
space:
mode:
authorDave Reisner2011-10-11 20:27:47 +0200
committerKarel Zak2011-10-12 10:01:09 +0200
commitc8ea35145ededf5979e820d76b7e6f194999fcf8 (patch)
tree5a12be8e972f89fa2b2fc528f10ab43b60c1c53f /include/loopdev.h
parentdocs: update TODO (diff)
downloadkernel-qcow2-util-linux-c8ea35145ededf5979e820d76b7e6f194999fcf8.tar.gz
kernel-qcow2-util-linux-c8ea35145ededf5979e820d76b7e6f194999fcf8.tar.xz
kernel-qcow2-util-linux-c8ea35145ededf5979e820d76b7e6f194999fcf8.zip
include/loopdev.h: add missing function prototype
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'include/loopdev.h')
-rw-r--r--include/loopdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/loopdev.h b/include/loopdev.h
index e25aa96b6..2c8db17f8 100644
--- a/include/loopdev.h
+++ b/include/loopdev.h
@@ -132,6 +132,7 @@ extern int loopcxt_set_device(struct loopdev_cxt *lc, const char *device);
extern char *loopcxt_strdup_device(struct loopdev_cxt *lc);
extern const char *loopcxt_get_device(struct loopdev_cxt *lc);
extern struct sysfs_cxt *loopcxt_get_sysfs(struct loopdev_cxt *lc);
+extern struct loop_info64 *loopcxt_get_info(struct loopdev_cxt *lc);
extern int loopcxt_get_fd(struct loopdev_cxt *lc);
extern int loopcxt_set_fd(struct loopdev_cxt *lc, int fd, int mode);