ripd: fix compiler warnings
[jleu-quagga.git] / lib / checksum.h
blobda1d3cbad62e2c3d4169f556624f09c66ad0c989
1 extern int in_cksum(void *, int);
2 extern u_int16_t fletcher_checksum(u_char *, const size_t len, const uint16_t offset);