X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=include%2Flibsigrok%2Fproto.h;h=d75e02376db588a76b9e18bb46bd89544ce7e9b2;hb=7066fd466038bb4a8d09751f8a53c2452c5fefc1;hp=68e7a1ab5491b31a4df91dd5b906b36db37b9758;hpb=89da5b3b54d3b87bff49e716c4d2b36080fe7a07;p=libsigrok.git diff --git a/include/libsigrok/proto.h b/include/libsigrok/proto.h index 68e7a1ab..d75e0237 100644 --- a/include/libsigrok/proto.h +++ b/include/libsigrok/proto.h @@ -137,6 +137,7 @@ SR_API int sr_input_scan_buffer(GString *buf, const struct sr_input **in); 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_free(const struct sr_input *in); /*--- output/output.c -------------------------------------------------------*/