diff options
Diffstat (limited to 'include/tables_csum.h')
-rw-r--r-- | include/tables_csum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tables_csum.h b/include/tables_csum.h index 4812333093..9207e85f91 100644 --- a/include/tables_csum.h +++ b/include/tables_csum.h @@ -17,6 +17,6 @@ * @len: configuration table size * @return: the 8-bit checksum */ -u8 table_compute_checksum(void *v, int len); +u8 table_compute_checksum(const void *v, const int len); #endif |