Remove selinux support code
[project/make_ext4fs.git] / ext4_utils.h
index 499753fdf9df030e028e40f53f47da722e1aac61..b6915bdb92b9ff5d939fd2e9014eacb8dc7ff2b8 100644 (file)
@@ -158,7 +158,7 @@ struct selabel_handle;
 int make_ext4fs_internal(int fd, const char *directory,
                                                 const char *mountpoint, fs_config_func_t fs_config_func, int gzip,
                                                 int sparse, int crc, int wipe,
-                                                struct selabel_handle *sehnd, int verbose, time_t fixed_time,
+                                                int verbose, time_t fixed_time,
                                                 FILE* block_list_file);
 
 int read_ext(int fd, int verbose);