X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=misc%2Fmke2fs.h;fp=misc%2Fmke2fs.h;h=9fa6bfe1659d3bdcede370e1cd67d286f7a12635;hb=23a1b987221225889dee8f768f4abc987efdf708;hp=0000000000000000000000000000000000000000;hpb=a9d7fc69b6b0ef5ce02af387c8886fd9e56b463e;p=tools%2Fe2fsprogs.git diff --git a/misc/mke2fs.h b/misc/mke2fs.h new file mode 100644 index 0000000..9fa6bfe --- /dev/null +++ b/misc/mke2fs.h @@ -0,0 +1,30 @@ +/* + * mke2fs.h + * + * Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, + * 2003, 2004, 2005 by Theodore Ts'o. + * + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Public + * License. + * %End-Header% + */ + +/* mke2fs.c */ +extern const char * program_name; +extern int quiet; +extern int verbose; +extern int zero_hugefile; +extern char **fs_types; + +extern char *get_string_from_profile(char **types, const char *opt, + const char *def_val); +extern int get_int_from_profile(char **types, const char *opt, int def_val); +extern int get_bool_from_profile(char **types, const char *opt, int def_val); +extern int int_log10(unsigned long long arg); + +/* mk_hugefiles.c */ +extern errcode_t mk_hugefiles(ext2_filsys fs); + + +