From: Richard Mudgett Date: Wed, 9 Jan 2013 23:22:00 +0000 (+0000) Subject: Fix logger.c function definition. X-Git-Tag: 13.0.0-beta1~2218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63bd8de579f1baf5a372fcb354868f0a9b9e4be8;p=thirdparty%2Fasterisk.git Fix logger.c function definition. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@378854 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/logger.c b/main/logger.c index 7994fb7dfe..b4069605d1 100644 --- a/main/logger.c +++ b/main/logger.c @@ -1355,7 +1355,7 @@ int ast_callid_threadassoc_add(struct ast_callid *callid) return 0; } -int ast_callid_threadassoc_remove() +int ast_callid_threadassoc_remove(void) { struct ast_callid **pointing; pointing = ast_threadstorage_get(&unique_callid, sizeof(struct ast_callid **));