From c57ec37959390ff2e43faa5e4dd5281b2923ced3 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 10 Apr 2006 17:07:15 +0000 Subject: Patch from Rob Sullivan to consolidate crc32 table generation. --- include/libbb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libbb.h') diff --git a/include/libbb.h b/include/libbb.h index 64a235a9f..edbc58206 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -508,6 +508,8 @@ void md5_begin(md5_ctx_t *ctx); void md5_hash(const void *data, size_t length, md5_ctx_t *ctx); void *md5_end(void *resbuf, md5_ctx_t *ctx); +extern uint32_t *bb_crc32_filltable (int endian); + /* busybox.h will include dmalloc later for us, else include it here. */ #if !defined _BB_INTERNAL_H_ && defined DMALLOC #include -- cgit v1.2.3