summaryrefslogtreecommitdiffstats
path: root/libk8055/k8055.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk8055/k8055.h')
-rw-r--r--libk8055/k8055.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libk8055/k8055.h b/libk8055/k8055.h
index 83602a3..d1f8359 100644
--- a/libk8055/k8055.h
+++ b/libk8055/k8055.h
@@ -59,8 +59,8 @@ extern "C" {
int k8055_counter_2( struct k8055_dev* dev );
char* k8055_version( void );
- void k8055_set_debug_on( void );
- void k8055_set_debug_off( void );
+ int k8055_set_debug( int status );
+ int k8055_get_debug( void );
int k8055_search_devices( void );
int k8055_open_device( struct k8055_dev* dev, int board_address );