summaryrefslogtreecommitdiff
path: root/utils/conf2ael.c
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2013-06-13 21:53:45 +0000
committerMatthew Jordan <mjordan@digium.com>2013-06-13 21:53:45 +0000
commit988295c6a8ccc6ccf873b11fb7bb44286ffb01b5 (patch)
treec981f4b023590b943fc6b64d0cecad4ba4b549bb /utils/conf2ael.c
parent0e2a9d07aca94409726c1fa34eda9586fd99e176 (diff)
Make the utils directory compile... again.
Utils is a source folder that lies, eventually all developers will cry, "I know I must maintain it, But really with this last commit I can kiss my software ethics good-bye." git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@391732 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'utils/conf2ael.c')
-rw-r--r--utils/conf2ael.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/conf2ael.c b/utils/conf2ael.c
index f0ac38fad..cec4e4d7f 100644
--- a/utils/conf2ael.c
+++ b/utils/conf2ael.c
@@ -750,12 +750,12 @@ void ast_store_lock_info(enum ast_lock_type type, const char *filename,
{
}
-int ast_bt_get_addresses(struct ast_bt *bt)
+int __ast_bt_get_addresses(struct ast_bt *bt)
{
return 0;
}
-char **ast_bt_get_symbols(void **addresses, size_t num_frames)
+char **__ast_bt_get_symbols(void **addresses, size_t num_frames)
{
char **foo = calloc(num_frames, sizeof(char *) + 1);
if (foo) {