diff options
author | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-12 12:11:42 +0000 |
---|---|---|
committer | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-12 12:11:42 +0000 |
commit | 47e00aa3eaa65a56e571ee7be4145ed16f2685b5 (patch) | |
tree | f91ad789cad64c33d51c40981eca0e1dae1f259d /e2fsprogs/fsck.h | |
parent | 77fc01c7873c08afcffdb97c0d5597832b9b438b (diff) | |
download | busybox-w32-47e00aa3eaa65a56e571ee7be4145ed16f2685b5.tar.gz busybox-w32-47e00aa3eaa65a56e571ee7be4145ed16f2685b5.tar.bz2 busybox-w32-47e00aa3eaa65a56e571ee7be4145ed16f2685b5.zip |
more busyboxes, remove 1 extern function (mainstream also have for one fsck)
git-svn-id: svn://busybox.net/trunk/busybox@11842 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'e2fsprogs/fsck.h')
-rw-r--r-- | e2fsprogs/fsck.h | 3 |
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 | |||
58 | extern char *base_device(const char *device); | ||
59 | extern const char *identify_fs(const char *fs_name, const char *fs_types); | ||