From c8ea35145ededf5979e820d76b7e6f194999fcf8 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 11 Oct 2011 14:27:47 -0400 Subject: [PATCH] include/loopdev.h: add missing function prototype Signed-off-by: Dave Reisner --- include/loopdev.h | 1 + 1 file changed, 1 insertion(+) 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);