From d05ff6bb095fe0e2e52bfffc261b9c5189ca7358 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Sat, 27 Sep 2008 06:10:27 +0000 Subject: [PATCH] Mark the private function as static. --- src/suunto_vyper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/suunto_vyper.c b/src/suunto_vyper.c index 58be3ce..c019631 100644 --- a/src/suunto_vyper.c +++ b/src/suunto_vyper.c @@ -420,7 +420,7 @@ suunto_vyper_device_write (device_t *abstract, unsigned int address, const unsig } -device_status_t +static device_status_t suunto_vyper_read_dive (device_t *abstract, unsigned char data[], unsigned int size, unsigned int *result, int init, device_progress_state_t *progress) { suunto_vyper_device_t *device = (suunto_vyper_device_t*) abstract;