]> sigrok.org Git - sigrok-gtk.git/blobdiff - devselect.c
sr: rename all sr_device_* functions to sr_dev_*
[sigrok-gtk.git] / devselect.c
index 8ac05415c1369e0c0f8f0a00a2a4d55d0fb5862d..3a6771c41abdeb577217542bd994b556916efcc6 100644 (file)
@@ -107,8 +107,8 @@ void dev_select_rescan(GtkAction *action, GtkWindow *parent)
 
        /* Scan for new devices and update our list */
        /* TODO: Fix this in libsigrok first. */
-       /*sr_device_scan();*/
-       devices = sr_device_list();
+       /*sr_dev_scan();*/
+       devices = sr_dev_list();
        for (l = devices; l; l = l->next) {
                device = l->data;
                sdi = GET_DEVICE_INSTANCE(device);