X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=sigrokdecode.h;h=c0de99f9c756e7821c982ef2d030cb43cb1d8be7;hp=99594f1a1f2b776e74f8e34dd453090ab238c4bb;hb=4ed59136f8033c2cb745302bfd42d359c541e64b;hpb=d752b12b7d6f5795e82aa43b395247a82be54670 diff --git a/sigrokdecode.h b/sigrokdecode.h index 99594f1..c0de99f 100644 --- a/sigrokdecode.h +++ b/sigrokdecode.h @@ -71,7 +71,7 @@ GSList *srd_list_decoders(void); struct srd_decoder *srd_get_decoder_by_id(const char *id); int srd_run_decoder(struct srd_decoder *dec, uint8_t *inbuf, uint64_t inbuflen, uint8_t **outbuf, uint64_t *outbuflen); -int srd_shutdown(void); +int srd_exit(void); #ifdef __cplusplus }