summaryrefslogtreecommitdiff
path: root/e2fsprogs/fsck.h
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/fsck.h')
-rw-r--r--e2fsprogs/fsck.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/e2fsprogs/fsck.h b/e2fsprogs/fsck.h
index 59626122f..87914af3b 100644
--- a/e2fsprogs/fsck.h
+++ b/e2fsprogs/fsck.h
@@ -54,6 +54,3 @@ struct fsck_instance {
54 char * base_device; 54 char * base_device;
55 struct fsck_instance *next; 55 struct fsck_instance *next;
56}; 56};
57
58extern char *base_device(const char *device);
59extern const char *identify_fs(const char *fs_name, const char *fs_types);