]> sigrok.org Git - libsigrok.git/blobdiff - sigrok-proto.h
Add sr_ prefix for 'struct probe'.
[libsigrok.git] / sigrok-proto.h
index 57b899df16ac36c894cec77773ce6e8601a88af8..c0d09da5b3858800b8507cce209fbd34a1ba8031 100644 (file)
@@ -45,7 +45,7 @@ void device_destroy(struct sr_device *dev);
 
 void device_probe_clear(struct sr_device *device, int probenum);
 void device_probe_add(struct sr_device *device, char *name);
-struct probe *probe_find(struct sr_device *device, int probenum);
+struct sr_probe *probe_find(struct sr_device *device, int probenum);
 void device_probe_name(struct sr_device *device, int probenum, char *name);
 
 void device_trigger_clear(struct sr_device *device);