From 7ea73e33f50211a1b3df6556f6fcfcbab6c36735 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 30 Jan 2011 19:22:13 +0100 Subject: Consistently use _exit prefix for functions. --- decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decode.c') 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. */ -- cgit v1.2.3-70-g09d2