From f0921baf8e80bcb60d03a7448f947f6d25dc2f46 Mon Sep 17 00:00:00 2001 From: midipix Date: Mar 19 2016 19:04:02 +0000 Subject: slbt_init_host_params(): add missing 'static' storage class specification. --- diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index 98457ba..10a531f 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -235,7 +235,7 @@ static int slbt_split_argv( return 0; } -int slbt_init_host_params( +static int slbt_init_host_params( const struct slbt_common_ctx * cctx, struct slbt_host_strs * drvhost, struct slbt_host_params * host,