summaryrefslogtreecommitdiff
path: root/decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'decode.c')
-rw-r--r--decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/decode.c b/decode.c
index e8828d7..a6366b1 100644
--- 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. */