summaryrefslogtreecommitdiff
path: root/mkfs/mksquashfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'mkfs/mksquashfs.h')
-rw-r--r--mkfs/mksquashfs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/mkfs/mksquashfs.h b/mkfs/mksquashfs.h
index a9b163f..2e0183e 100644
--- a/mkfs/mksquashfs.h
+++ b/mkfs/mksquashfs.h
@@ -48,12 +48,6 @@ typedef struct {
void process_command_line(options_t *opt, int argc, char **argv);
-int sqfs_super_init(sqfs_info_t *info);
-
-int sqfs_padd_file(sqfs_info_t *info);
-
-int sqfs_super_write(sqfs_info_t *info);
-
int write_data_to_image(sqfs_info_t *info);
#endif /* MKSQUASHFS_H */