]> sigrok.org Git - libsigrok.git/commitdiff
skeleton.c: Update to latest prototypes.
authorUwe Hermann <redacted>
Tue, 18 May 2010 22:23:27 +0000 (00:23 +0200)
committerUwe Hermann <redacted>
Thu, 20 May 2010 21:41:34 +0000 (23:41 +0200)
hardware/common/skeleton.c

index 436626660ad2512f4a36b2baca31a1dbcefe2367..ad2698f68c85015427dbb4ad5fd47daa98a4d435 100644 (file)
@@ -35,11 +35,7 @@ static void hw_cleanup(void)
 {
 }
 
-static char *hw_get_identifier(int device_index)
-{
-}
-
-static char *hw_get_device_info(int device_index, int device_info_id)
+static void *hw_get_device_info(int device_index, int device_info_id)
 {
 }
 
@@ -51,7 +47,7 @@ static int *hw_get_capabilities(void)
 {
 }
 
-static int hw_set_configuration(int device_index, int capability, char *value)
+static int hw_set_configuration(int device_index, int capability, void *value)
 {
 }