summaryrefslogtreecommitdiff
path: root/utils/hwstub/lib/hwstub.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/lib/hwstub.h')
-rw-r--r--utils/hwstub/lib/hwstub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hwstub/lib/hwstub.h b/utils/hwstub/lib/hwstub.h
index 1599f6508b..8fb98fe669 100644
--- a/utils/hwstub/lib/hwstub.h
+++ b/utils/hwstub/lib/hwstub.h
@@ -39,7 +39,7 @@ struct hwstub_device_t;
39/* Returns hwstub interface, or -1 if none was found */ 39/* Returns hwstub interface, or -1 if none was found */
40int hwstub_probe(libusb_device *dev); 40int hwstub_probe(libusb_device *dev);
41/* Helper function which returns a list of all hwstub devices found. The caller 41/* Helper function which returns a list of all hwstub devices found. The caller
42 * must unref all of them when done, possibly using libusb_free_device_list(). 42 * must unref all of them when done, possibly using libusb_free_device_list().
43 * Return number of devices or <0 on error */ 43 * Return number of devices or <0 on error */
44ssize_t hwstub_get_device_list(libusb_context *ctx, libusb_device ***list); 44ssize_t hwstub_get_device_list(libusb_context *ctx, libusb_device ***list);
45/* Returns NULL on error */ 45/* Returns NULL on error */