more busyboxes, remove 1 extern function (mainstream also have for one fsck)

This commit is contained in:
"Vladimir N. Oleynik"
2005-10-12 12:11:42 +00:00
parent 1c275de6a2
commit ab57f76e13
8 changed files with 140 additions and 163 deletions

View File

@ -54,6 +54,3 @@ struct fsck_instance {
char * base_device;
struct fsck_instance *next;
};
extern char *base_device(const char *device);
extern const char *identify_fs(const char *fs_name, const char *fs_types);