X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=libsigrok-internal.h;h=bd1b7289e979d3b760c819bec1356b25fe638ae9;hb=0849c7d3104efc098aa282d7e8b841506c386ea3;hp=b8b2adc0a7df9fc20bc22baff66a88c29f7479e1;hpb=722db131a45dbc84aaa27cf65467a11552a32548;p=libsigrok.git diff --git a/libsigrok-internal.h b/libsigrok-internal.h index b8b2adc0..bd1b7289 100644 --- a/libsigrok-internal.h +++ b/libsigrok-internal.h @@ -123,6 +123,7 @@ SR_PRIV int sr_source_add(int fd, int events, int timeout, SR_PRIV int sr_session_send(const struct sr_dev_inst *sdi, const struct sr_datafeed_packet *packet); +SR_PRIV int sr_session_stop_sync(void); /*--- std.c -----------------------------------------------------------------*/