]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
e2fsck: remove get_filename_hash() prototype
authorEric Biggers <ebiggers@google.com>
Fri, 2 Mar 2018 03:52:57 +0000 (19:52 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 2 Mar 2018 20:18:02 +0000 (15:18 -0500)
get_filename_hash() is not defined anywhere, so remove its prototype.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/e2fsck.h

index a179c0d109b4478d46b378ac35b5dbabc0f906d5..17b8bb1eeab033708caba918b8e328bcfe0cbbbd 100644 (file)
@@ -525,10 +525,6 @@ extern void e2fsck_intercept_block_allocations(e2fsck_t ctx);
 /* pass2.c */
 extern int e2fsck_process_bad_inode(e2fsck_t ctx, ext2_ino_t dir,
                                    ext2_ino_t ino, char *buf);
-extern int get_filename_hash(ext2_filsys fs, int encrypted, int version,
-                            const char *name, int len,
-                            ext2_dirhash_t *ret_hash,
-                            ext2_dirhash_t *ret_minor_hash);
 
 /* pass3.c */
 extern int e2fsck_reconnect_file(e2fsck_t ctx, ext2_ino_t inode);