X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Flibsigrok%2Fproto.h;h=caa8407e23a19ede70a311b6231c3555236cb47d;hb=510aa8281f19b6312163ff2f09d6515661889378;hp=6ae3be8f856d2567fe58755d7717f7141c8a3410;hpb=32ba0d80054df01767ec323c621ab1c6bc5f310c;p=libsigrok.git diff --git a/include/libsigrok/proto.h b/include/libsigrok/proto.h index 6ae3be8f..caa8407e 100644 --- a/include/libsigrok/proto.h +++ b/include/libsigrok/proto.h @@ -154,6 +154,7 @@ SR_API int sr_input_scan_file(const char *filename, const struct sr_input **in); SR_API struct sr_dev_inst *sr_input_dev_inst_get(const struct sr_input *in); SR_API int sr_input_send(const struct sr_input *in, GString *buf); SR_API int sr_input_end(const struct sr_input *in); +SR_API int sr_input_reset(const struct sr_input *in); SR_API void sr_input_free(const struct sr_input *in); /*--- output/output.c -------------------------------------------------------*/