]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
include/loopdev.h: add missing function prototype
authorDave Reisner <d@falconindy.com>
Tue, 11 Oct 2011 18:27:47 +0000 (14:27 -0400)
committerKarel Zak <kzak@redhat.com>
Wed, 12 Oct 2011 08:01:09 +0000 (10:01 +0200)
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
include/loopdev.h

index e25aa96b627fa44efa911ea74b28ed9188191f5e..2c8db17f8af6b9c5c166e3ca0054d06a1dfb3d47 100644 (file)
@@ -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);