Forgot to add the calibrate function to the public header file.

This commit is contained in:
Jef Driesen 2008-12-11 07:07:17 +00:00
parent dde21e649b
commit a6cee60b08

View File

@ -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 */