X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=proto.h;h=821846f223abb66e91fc0e29049245a49572feb6;hb=c93ebace3053de2ca37a280fec5e0f7ca036df08;hp=b1adb35fd234d1060f333d18d21bd350d952dc52;hpb=b483be7456fbc2e29efa50a49f6e8d60a8107527;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);