mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Fix up tree so that it compiles when MTX Profiling is enabled.
(closes issue #10898) Reported by: snuffy Patches: 10898-mtx_prof.diff uploaded by qwell (license 4) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85025 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -81,9 +81,13 @@ char ast_config_AST_SYSTEM_NAME[20] = ""; */
|
||||
extern char ast_config_AST_CONFIG_DIR[PATH_MAX];
|
||||
|
||||
/* modulation */
|
||||
void ast_add_profile(void);
|
||||
void ast_register_file_version(void);
|
||||
void ast_unregister_file_version(void);
|
||||
|
||||
void ast_add_profile(void)
|
||||
{
|
||||
}
|
||||
void ast_register_file_version(void)
|
||||
{
|
||||
/* if(!no_comp)
|
||||
|
Reference in New Issue
Block a user