diff --git a/client/spa_comm.c b/client/spa_comm.c index 6dd4808d..1a3692e5 100644 --- a/client/spa_comm.c +++ b/client/spa_comm.c @@ -54,7 +54,7 @@ dump_transmit_options(const fko_cli_options_t *options) /* Function to generate a header checksum. */ -unsigned short +static unsigned short chksum(unsigned short *buf, int nbytes) { unsigned int sum;