summaryrefslogtreecommitdiff
path: root/misc/fsck.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2003-03-01 19:29:01 -0500
committerTheodore Ts'o <tytso@mit.edu>2003-03-01 19:29:01 -0500
commited1b33e8fb310641684d68a177c940b58f2f529d (patch)
tree1316b45cf47ae7ef08ad6b76a90a892259ffcd3f /misc/fsck.h
parent1549a44762df6e938306efc1f41826d4ea7f0d38 (diff)
downloade2fsprogs-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.h3
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);