commit | d20cfbd3034ad41c0d99e7578156389f385c7340 | [log] [tgz] |
---|---|---|
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | Wed Oct 12 16:22:19 2005 +0000 |
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | Wed Oct 12 16:22:19 2005 +0000 |
tree | b6fa54ac8c77c11156f4f214a0cda7ab3c318a45 | |
parent | 6c35c7c97628cb81eb26c2a059b0dde2879d91aa [diff] [blame] |
create e2fs_set_sbin_path(), noticed by Tito, Thanks
diff --git a/e2fsprogs/util.h b/e2fsprogs/util.h index f6dc08a..4634b08 100644 --- a/e2fsprogs/util.h +++ b/e2fsprogs/util.h
@@ -18,4 +18,4 @@ extern void print_check_message(ext2_filsys fs); extern void make_journal_device(char *journal_device, ext2_filsys fs, int quiet, int force); extern void make_journal_blocks(ext2_filsys fs, int journal_size, int journal_flags, int quiet); - +extern void e2fs_set_sbin_path(void);