projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
[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..702de40b21135a0596b6802465d6660704f15a30 100644
(file)
--- a/
apt-pkg/contrib/crc-16.h
+++ b/
apt-pkg/contrib/crc-16.h
@@
-12,6
+12,6
@@
#define INIT_FCS 0xffff
unsigned short AddCRC16(unsigned short fcs, void const *buf,
#define INIT_FCS 0xffff
unsigned short AddCRC16(unsigned short fcs, void const *buf,
- unsigned long len);
+ unsigned long l
ong l
en);
#endif
#endif