From a6cee60b08f5e226b500533bd2da7ef10cec85c9 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Thu, 11 Dec 2008 07:07:17 +0000 Subject: [PATCH] Forgot to add the calibrate function to the public header file. --- src/oceanic_vtpro.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/oceanic_vtpro.h b/src/oceanic_vtpro.h index 6669fc7..892829f 100644 --- a/src/oceanic_vtpro.h +++ b/src/oceanic_vtpro.h @@ -37,6 +37,9 @@ oceanic_vtpro_device_open (device_t **device, const char* name); device_status_t oceanic_vtpro_device_keepalive (device_t *device); +device_status_t +oceanic_vtpro_device_calibrate (device_t *abstract, unsigned char data[], unsigned int size); + #ifdef __cplusplus } #endif /* __cplusplus */