summaryrefslogtreecommitdiff
path: root/include/asterisk/_private.h
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-22 00:53:49 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-22 00:53:49 +0000
commit730e4eaca4858930832ecc6e6f9c0dd65d525d19 (patch)
treec703727b6495c7511d0da4abc033410605eff839 /include/asterisk/_private.h
parent8ad9122aa8725a963c50cbcd95e13a311abfd120 (diff)
implement the split of file.h and mod_format.h
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89515 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/_private.h')
-rw-r--r--include/asterisk/_private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asterisk/_private.h b/include/asterisk/_private.h
index ad4ca7214..a936bea9e 100644
--- a/include/asterisk/_private.h
+++ b/include/asterisk/_private.h
@@ -22,7 +22,8 @@ int dnsmgr_reload(void); /*!< Provided by dnsmgr.c */
void threadstorage_init(void); /*!< Provided by threadstorage.c */
void ast_event_init(void); /*!< Provided by event.c */
int ast_device_state_engine_init(void); /*!< Provided by devicestate.c */
-int astobj2_init(void); /*! Provided by astobj2.c */
+int astobj2_init(void); /*!< Provided by astobj2.c */
+int ast_file_init(void); /*!< Provided by file.c */
/*!
* \brief Reload asterisk modules.