From: Eric Biggers Date: Fri, 2 Mar 2018 03:52:57 +0000 (-0800) Subject: e2fsck: remove get_filename_hash() prototype X-Git-Tag: v1.44.0-rc2~8^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7be7781e43a27321872adeeafdc40d30de6b061;p=thirdparty%2Fe2fsprogs.git e2fsck: remove get_filename_hash() prototype get_filename_hash() is not defined anywhere, so remove its prototype. Signed-off-by: Eric Biggers Signed-off-by: Theodore Ts'o --- diff --git a/e2fsck/e2fsck.h b/e2fsck/e2fsck.h index a179c0d10..17b8bb1ee 100644 --- a/e2fsck/e2fsck.h +++ b/e2fsck/e2fsck.h @@ -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);