mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 23:38:23 +00:00
Fix logger.c function definition.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@378854 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 **));
|
||||
|
||||
Reference in New Issue
Block a user