From f0921baf8e80bcb60d03a7448f947f6d25dc2f46 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Mar 2016 15:04:02 -0400 Subject: slbt_init_host_params(): add missing 'static' storage class specification. --- src/driver/slbt_driver_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, -- cgit v1.2.3