]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/crc-16.h
Compare size before data when ordering cache bucket entries
[apt.git] / apt-pkg / contrib / crc-16.h
index 08acdafb79c837bef5c4b2be24e6cd64402fb21c..6cc3556c6f8081d28c36bd56a23d38d11dda8363 100644 (file)
@@ -13,6 +13,7 @@
 #include <apt-pkg/macros.h>
 
 #define INIT_FCS  0xffff
+unsigned short AddCRC16Byte(unsigned short fcs, unsigned char byte) APT_CONST;
 unsigned short AddCRC16(unsigned short fcs, void const *buf,
                        unsigned long long len) APT_PURE;