aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/e2fsck.h
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@us.ibm.com>2012-08-02 20:47:46 -0400
committerTheodore Ts'o <tytso@mit.edu>2012-08-02 20:47:46 -0400
commita8ed37054f554e83abc22066957e1fe4b5b9e31b (patch)
treeddabeae1582e8390b217643a8c3b0035e86bb67d /e2fsck/e2fsck.h
parent033c3384902e9672267022405d29b8a36eb8a9a9 (diff)
downloadandroid_external_e2fsprogs-a8ed37054f554e83abc22066957e1fe4b5b9e31b.tar.gz
android_external_e2fsprogs-a8ed37054f554e83abc22066957e1fe4b5b9e31b.tar.bz2
android_external_e2fsprogs-a8ed37054f554e83abc22066957e1fe4b5b9e31b.zip
e2fsck: refactor crc32_be code
Remove crc32_be in favor of the implementation in libext2fs. Signed-off-by: Darrick J. Wong <djwong@us.ibm.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'e2fsck/e2fsck.h')
-rw-r--r--e2fsck/e2fsck.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/e2fsck/e2fsck.h b/e2fsck/e2fsck.h
index be7c35f1..09a9d083 100644
--- a/e2fsck/e2fsck.h
+++ b/e2fsck/e2fsck.h
@@ -405,9 +405,6 @@ extern int e2fsck_run(e2fsck_t ctx);
extern void read_bad_blocks_file(e2fsck_t ctx, const char *bad_blocks_file,
int replace_bad_blocks);
-/* crc32.c */
-extern __u32 crc32_be(__u32 crc, unsigned char const *p, size_t len);
-
/* dirinfo.c */
extern void e2fsck_add_dir_info(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t parent);
extern void e2fsck_free_dir_info(e2fsck_t ctx);