diff options
Diffstat (limited to 'apt-pkg/contrib/crc-16.h')
-rw-r--r-- | apt-pkg/contrib/crc-16.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/crc-16.h b/apt-pkg/contrib/crc-16.h index 6cc3556c6..228b00bc3 100644 --- a/apt-pkg/contrib/crc-16.h +++ b/apt-pkg/contrib/crc-16.h @@ -13,7 +13,7 @@ #include <apt-pkg/macros.h> #define INIT_FCS 0xffff -unsigned short AddCRC16Byte(unsigned short fcs, unsigned char byte) APT_CONST; +unsigned short AddCRC16Byte(unsigned short fcs, unsigned char byte) APT_PURE; unsigned short AddCRC16(unsigned short fcs, void const *buf, unsigned long long len) APT_PURE; |