]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - include/libxfs.h
libxfs: stash away the device fd in struct xfs_buftarg
[thirdparty/xfsprogs-dev.git] / include / libxfs.h
index 68efe9caa8b03b823cad9b0a858e6f40d09f2f1f..058217c2a42cb4fe798a81d2f3c3acfb7586e0af 100644 (file)
@@ -147,7 +147,6 @@ extern xfs_lsn_t libxfs_max_lsn;
 int            libxfs_init(struct libxfs_init *);
 void           libxfs_destroy(struct libxfs_init *li);
 
-extern int     libxfs_device_to_fd (dev_t);
 extern int     libxfs_device_alignment (void);
 extern void    libxfs_report(FILE *);