Remove selinux support code
[project/make_ext4fs.git] / make_ext4fs.h
index 3784a9eab5c7879501ff39e3bcd63a4f2cd59a9b..31de460171eca29074a2d6af7815b234d2d80e94 100644 (file)
 extern "C" {
 #endif
 
-struct selabel_handle;
-
 int make_ext4fs(const char *filename, long long len,
-                const char *mountpoint, struct selabel_handle *sehnd);
+                const char *mountpoint);
 int make_ext4fs_sparse_fd(int fd, long long len,
-                const char *mountpoint, struct selabel_handle *sehnd);
+                const char *mountpoint);
 
 #ifdef __cplusplus
 }