]> sigrok.org Git - libsigrokdecode.git/blobdiff - decode.c
Consistently use _exit prefix for functions.
[libsigrokdecode.git] / decode.c
index e8828d7e01da40f2c9b7477035a7e2619679ef98..a6366b1e190f55cbd43285937a08fa364ae9dc2e 100644 (file)
--- a/decode.c
+++ b/decode.c
@@ -390,7 +390,7 @@ static int srd_unload_all_decoders(void)
  *
  * @return SRD_OK upon success, a (negative) error code otherwise.
  */
-int srd_shutdown(void)
+int srd_exit(void)
 {
        /* Unload/free all decoders, and then the list of decoders itself. */
        /* TODO: Error handling. */