]> sigrok.org Git - libsigrokdecode.git/blobdiff - sigrokdecode.h
Python decoders: Add more metadata.
[libsigrokdecode.git] / sigrokdecode.h
index 99594f1a1f2b776e74f8e34dd453090ab238c4bb..c0de99f9c756e7821c982ef2d030cb43cb1d8be7 100644 (file)
@@ -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
 }