closes issue #11341; made changes to make utils again right with the MTX_PROFILE world.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89595 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Steve Murphy
2007-11-26 17:46:41 +00:00
parent 9910b7d9a7
commit 4c992507f4
3 changed files with 7 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
*/
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/ast_expr.h"
@@ -145,6 +146,7 @@ int check_eval(char *buffer, char *error_report);
void parse_file(const char *fname);
void ast_register_file_version(const char *file, const char *version) { }
int ast_add_profile(const char *x, uint64_t scale) { return 0;}
void ast_unregister_file_version(const char *file)
{