X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=include%2Flibsigrok%2Fproto.h;h=3c693642ae939ee73bcc5b16a8ecb5bc79b315ad;hb=174bf146e5973cb7f11892c54972bc99e4a74eae;hp=d75e02376db588a76b9e18bb46bd89544ce7e9b2;hpb=7066fd466038bb4a8d09751f8a53c2452c5fefc1;p=libsigrok.git diff --git a/include/libsigrok/proto.h b/include/libsigrok/proto.h index d75e0237..3c693642 100644 --- a/include/libsigrok/proto.h +++ b/include/libsigrok/proto.h @@ -138,7 +138,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_free(const struct sr_input *in); +SR_API void sr_input_free(const struct sr_input *in); /*--- output/output.c -------------------------------------------------------*/