aboutsummaryrefslogtreecommitdiffstats
path: root/misc/util.h
diff options
context:
space:
mode:
authorAndreas Dilger <adilger@clusterfs.com>2002-02-25 23:11:26 -0700
committerAndreas Dilger <adilger@clusterfs.com>2002-02-25 23:11:26 -0700
commit0072f8de528310d82700b1a6a381895b4ca93c10 (patch)
tree2229f4cb1e1cf6f6f6470b275b3463f97170cda3 /misc/util.h
parentdf614db6ef79c767745b8154c26d69398b571605 (diff)
downloadandroid_external_e2fsprogs-0072f8de528310d82700b1a6a381895b4ca93c10.tar.gz
android_external_e2fsprogs-0072f8de528310d82700b1a6a381895b4ca93c10.tar.bz2
android_external_e2fsprogs-0072f8de528310d82700b1a6a381895b4ca93c10.zip
Add check for mkfs.ext3 and create a journal in this case.
Diffstat (limited to 'misc/util.h')
-rw-r--r--misc/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/util.h b/misc/util.h
index d3cc9e66..3b6a8816 100644
--- a/misc/util.h
+++ b/misc/util.h
@@ -17,6 +17,7 @@ extern char *journal_device;
#ifndef HAVE_STRCASECMP
extern int strcasecmp (char *s1, char *s2);
#endif
+extern char *get_progname(char *argv_zero);
extern void proceed_question(void);
extern void check_plausibility(const char *device);
extern void parse_journal_opts(const char *opts);