diff options
Diffstat (limited to 'libk8055/k8055.h')
-rw-r--r-- | libk8055/k8055.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libk8055/k8055.h b/libk8055/k8055.h index 044349e..d1d4f9e 100644 --- a/libk8055/k8055.h +++ b/libk8055/k8055.h @@ -32,6 +32,7 @@ extern "C" { unsigned char data_out[PACKET_LEN+1]; }; + char* version( void ); long search_devices( void ); int open_device( struct k8055_dev* dev, long board_address ); int close_device( struct k8055_dev* dev ); |