X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=proto.h;h=821846f223abb66e91fc0e29049245a49572feb6;hb=f6eb2cb555aa79d57a20a754df66e83d897be668;hp=b1adb35fd234d1060f333d18d21bd350d952dc52;hpb=2b691be80654ca0cba58576c907c2c3e02e1f680;p=libsigrok.git diff --git a/proto.h b/proto.h index b1adb35f..821846f2 100644 --- a/proto.h +++ b/proto.h @@ -97,7 +97,6 @@ SR_API int sr_session_datafeed_callback_add(sr_datafeed_callback_t cb, void *cb_data); /* Session control */ -SR_API int sr_session_iteration(gboolean block); SR_API int sr_session_start(void); SR_API int sr_session_run(void); SR_API int sr_session_stop(void);