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:
Luigi Rizzo
2007-11-20 22:18:21 +00:00
parent 2626c511da
commit 915b97d300
18 changed files with 74 additions and 45 deletions

View File

@@ -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) */