aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-13 18:45:59 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-13 18:45:59 +0000
commitff60a981aa378ea6802b1ec724f7e3c64128f578 (patch)
treed4ace5c039ad59de765d3ae19b26d6e9e8f2d900 /include/asterisk.h
parent9485ff7560ed15d22103a13ec0c75fe4b8c7ba49 (diff)
Only compile in tracking astobj2 statistics if dev-mode is enabled. Also, when
dev mode is enabled, register the CLI command that can be used to run the astobj2 test and print out statistics. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@82337 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk.h')
-rw-r--r--include/asterisk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk.h b/include/asterisk.h
index 503cefba5..08209bfb2 100644
--- a/include/asterisk.h
+++ b/include/asterisk.h
@@ -74,6 +74,7 @@ int dnsmgr_init(void); /*!< Provided by dnsmgr.c */
void dnsmgr_start_refresh(void); /*!< Provided by dnsmgr.c */
int dnsmgr_reload(void); /*!< Provided by dnsmgr.c */
void threadstorage_init(void); /*!< Provided by threadstorage.c */
+int astobj2_init(void); /*! Provided by astobj2.c */
/* Many headers need 'ast_channel' to be defined */
struct ast_channel;