aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/crc32.h
diff options
context:
space:
mode:
authorJosh Allen <axlecrusher@gmail.com>2017-02-14 06:12:49 -0500
committerJosh Allen <axlecrusher@gmail.com>2017-02-14 06:12:49 -0500
commit5509a5722af2e00fed5797b038076c0e7b8cc435 (patch)
tree02f60aae9ab858366f24ef8b645508b306af4fa7 /tools/ootx_decode/crc32.h
parent712920777d3b914beda78ac381af9541731bc03f (diff)
parentf0e743ccc98397ee011ea10a6068263b5f3dbae7 (diff)
downloadlibsurvive-5509a5722af2e00fed5797b038076c0e7b8cc435.tar.gz
libsurvive-5509a5722af2e00fed5797b038076c0e7b8cc435.tar.bz2
Merge branch 'ootx_decoder_context_cleanup'
Diffstat (limited to 'tools/ootx_decode/crc32.h')
-rw-r--r--tools/ootx_decode/crc32.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/ootx_decode/crc32.h b/tools/ootx_decode/crc32.h
deleted file mode 100644
index c771d4a..0000000
--- a/tools/ootx_decode/crc32.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// (C) 2016 Joshua Allen, MIT/x11 License.
-//
-//All MIT/x11 Licensed Code in this file may be relicensed freely under the GPL or LGPL licenses.
-
-#ifndef CRC32_H
-#define CRC32_H
-
-#include <stddef.h>
-#include <stdint.h>
-
-uint32_t crc32(uint32_t crc, uint8_t *buf, size_t size);
-
-#endif \ No newline at end of file