projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
test/integration/test-ubuntu-bug-346386-apt-get-update-paywall: use downloadfile()
[apt.git]
/
apt-pkg
/
contrib
/
crc-16.h
diff --git
a/apt-pkg/contrib/crc-16.h
b/apt-pkg/contrib/crc-16.h
index f30678bac6c6d6efd2f93c30c2861744e28a5ae2..08acdafb79c837bef5c4b2be24e6cd64402fb21c 100644
(file)
--- a/
apt-pkg/contrib/crc-16.h
+++ b/
apt-pkg/contrib/crc-16.h
@@
-10,8
+10,10
@@
#ifndef APTPKG_CRC16_H
#define APTPKG_CRC16_H
+#include <apt-pkg/macros.h>
+
#define INIT_FCS 0xffff
unsigned short AddCRC16(unsigned short fcs, void const *buf,
- unsigned long l
en)
;
+ unsigned long l
ong len) APT_PURE
;
#endif