summaryrefslogtreecommitdiff
path: root/lib/checksum.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/checksum.h')
-rw-r--r--lib/checksum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/checksum.h b/lib/checksum.h
index d3ce9302..da1d3cba 100644
--- a/lib/checksum.h
+++ b/lib/checksum.h
@@ -1,2 +1,2 @@
extern int in_cksum(void *, int);
-extern u_int16_t fletcher_checksum(u_char * buffer, int len, u_int16_t offset);
+extern u_int16_t fletcher_checksum(u_char *, const size_t len, const uint16_t offset);