mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user