]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok-internal.h
Rename sr_probe_new() to sr_channel_new().
[libsigrok.git] / libsigrok-internal.h
index 687e0327f9d62a0ed53ad8dc641a86d8ac588f8d..123a23f78bb8d6a6cd3bb5d5255211048bd6ee4e 100644 (file)
@@ -232,7 +232,7 @@ enum {
        SR_PROBE_SET_TRIGGER = 1 << 1,
 };
 
-SR_PRIV struct sr_channel *sr_probe_new(int index, int type,
+SR_PRIV struct sr_channel *sr_channel_new(int index, int type,
                gboolean enabled, const char *name);
 
 /* Generic device instances */