mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
move internal function declarations to include/asterisk/_private.h
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89465 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -24,8 +24,15 @@
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
#include "asterisk/_private.h"
|
||||
|
||||
#if defined(DEBUG_THREADLOCALS)
|
||||
#if !defined(DEBUG_THREADLOCALS)
|
||||
|
||||
void threadstorage_init(void)
|
||||
{
|
||||
}
|
||||
|
||||
#else /* !defined(DEBUG_THREADLOCALS) */
|
||||
|
||||
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
|
||||
@@ -226,11 +233,5 @@ void threadstorage_init(void)
|
||||
ast_cli_register_multiple(cli, sizeof(cli) / sizeof(cli[0]));
|
||||
}
|
||||
|
||||
#else /* !defined(DEBUG_THREADLOCALS) */
|
||||
|
||||
void threadstorage_init(void)
|
||||
{
|
||||
}
|
||||
|
||||
#endif /* !defined(DEBUG_THREADLOCALS) */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user