summaryrefslogtreecommitdiffstats
path: root/libk8055/k8055.h
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-02-28 23:57:19 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2011-02-28 23:57:19 +0100
commit5e163e482532acefd30a058745fddda2cb754fb2 (patch)
tree094acba5ff496472aa4175700a4a794e3db5ec3d /libk8055/k8055.h
parentb1485d0f76763cb40850b6153eb7363a3444a768 (diff)
downloadk8055-5e163e482532acefd30a058745fddda2cb754fb2.zip
k8055-5e163e482532acefd30a058745fddda2cb754fb2.tar.gz
add char* version(void)
Diffstat (limited to 'libk8055/k8055.h')
-rw-r--r--libk8055/k8055.h1
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 );