summaryrefslogtreecommitdiff
path: root/utils/conf2ael.c
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2007-11-26 17:46:41 +0000
committerSteve Murphy <murf@digium.com>2007-11-26 17:46:41 +0000
commit4c992507f4ff59d15271ab1cea1ad8ed169bbe24 (patch)
tree2852109e3c71e017475ce3fe352b3ae1e118d157 /utils/conf2ael.c
parent9910b7d9a7b4c4126b623636a5b874162a70b38e (diff)
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
Diffstat (limited to 'utils/conf2ael.c')
-rw-r--r--utils/conf2ael.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/conf2ael.c b/utils/conf2ael.c
index 7359baef3..4983b5bf2 100644
--- a/utils/conf2ael.c
+++ b/utils/conf2ael.c
@@ -26,7 +26,8 @@
<depend>res_ael_share</depend>
***/
-#include "asterisk/autoconfig.h"
+#include "asterisk.h"
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <stdio.h>
#include <sys/types.h>
@@ -87,6 +88,7 @@ void ast_register_file_version(const char *file, const char *version)
void ast_unregister_file_version(const char *file)
{
}
+int ast_add_profile(const char *x, uint64_t scale) { return 0;}
/* Our own version of ast_log, since the expr parser uses it. -- stolen from utils/check_expr.c */
void ast_log(int level, const char *file, int line, const char *function, const char *fmt, ...) __attribute__ ((format (printf,5,6)));