]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/crc-16.h
- backport forgotten Valid-Until patch from the obsolete experimental
[apt.git] / apt-pkg / contrib / crc-16.h
index 757104c54e518d60e452b7927bfaabc733896075..f30678bac6c6d6efd2f93c30c2861744e28a5ae2 100644 (file)
 #ifndef APTPKG_CRC16_H
 #define APTPKG_CRC16_H
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/crc-16.h"
-#endif 
-
 #define INIT_FCS  0xffff
 unsigned short AddCRC16(unsigned short fcs, void const *buf,
                        unsigned long len);