From ed1b33e8fb310641684d68a177c940b58f2f529d Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 1 Mar 2003 19:29:01 -0500 Subject: Minor bug fixes in the blkid library. Convert mke2fs, fsck, and tune2fs to use the blkid library. --- misc/fsck.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'misc/fsck.h') 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); -- cgit v1.2.3