X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=libsigrok-internal.h;fp=libsigrok-internal.h;h=687e0327f9d62a0ed53ad8dc641a86d8ac588f8d;hb=91aea754aaed0f0f2a6fc4b2b875f0d0b7c01f8e;hp=3d71f597a81d624f5dd593d7f81e53924649e7de;hpb=53b4680fceab9351fc87b8c5b34854733f5fdac0;p=libsigrok.git diff --git a/libsigrok-internal.h b/libsigrok-internal.h index 3d71f597..687e0327 100644 --- a/libsigrok-internal.h +++ b/libsigrok-internal.h @@ -232,7 +232,7 @@ enum { SR_PROBE_SET_TRIGGER = 1 << 1, }; -SR_PRIV struct sr_probe *sr_probe_new(int index, int type, +SR_PRIV struct sr_channel *sr_probe_new(int index, int type, gboolean enabled, const char *name); /* Generic device instances */