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:
Joshua Colp
2007-10-08 16:12:21 +00:00
parent de64c85b54
commit 648f67d4c8
5 changed files with 15 additions and 0 deletions

View File

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