Skip to content
Snippets Groups Projects
Commit 63bd8de5 authored by Richard Mudgett's avatar Richard Mudgett
Browse files

Fix logger.c function definition.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@378854 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e342ffb9
No related branches found
No related tags found
No related merge requests found
......@@ -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 **));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment