X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=libsigrok-internal.h;h=393e668f89d98adafc70f6c3858900203bd20f06;hb=f69b47f0f88aba6738635ae0ab3c37ccc235a0f9;hp=94ca2bc90a94bd08be177075471795335b6ff344;hpb=45c59c8bdd01954f9214fe7b869d92c55415d109;p=libsigrok.git diff --git a/libsigrok-internal.h b/libsigrok-internal.h index 94ca2bc9..393e668f 100644 --- a/libsigrok-internal.h +++ b/libsigrok-internal.h @@ -91,6 +91,8 @@ SR_PRIV struct sr_dev_inst *sr_dev_inst_new(int index, int status, const char *vendor, const char *model, const char *version); SR_PRIV struct sr_dev_inst *sr_dev_inst_get(GSList *dev_insts, int dev_index); SR_PRIV void sr_dev_inst_free(struct sr_dev_inst *sdi); +SR_PRIV struct sr_probe *sr_probe_new(int index, int type, + gboolean enabled, const char *name); SR_PRIV int sr_source_remove(int fd); SR_PRIV int sr_source_add(int fd, int events, int timeout,