diff options
author | Theodore Ts'o <tytso@mit.edu> | 2003-03-01 19:29:01 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2003-03-01 19:29:01 -0500 |
commit | ed1b33e8fb310641684d68a177c940b58f2f529d (patch) | |
tree | 1316b45cf47ae7ef08ad6b76a90a892259ffcd3f /misc/fsck.h | |
parent | 1549a44762df6e938306efc1f41826d4ea7f0d38 (diff) | |
download | e2fsprogs-ed1b33e8fb310641684d68a177c940b58f2f529d.tar.gz |
Minor bug fixes in the blkid library.
Convert mke2fs, fsck, and tune2fs to use the blkid library.
Diffstat (limited to 'misc/fsck.h')
-rw-r--r-- | misc/fsck.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/fsck.h b/misc/fsck.h index a4baaaef..56afcf98 100644 --- a/misc/fsck.h +++ b/misc/fsck.h @@ -59,6 +59,5 @@ struct fsck_instance { struct fsck_instance *next; }; -extern char *base_device(char *device); -extern char *string_copy(const char *s); +extern char *base_device(const char *device); extern const char *identify_fs(const char *fs_name, const char *fs_types); |