dect
/
asterisk
Archived
13
0
Fork 0

Fix a linkage error related to the lock backtrace support

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@118695 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2008-05-28 15:56:41 +00:00
parent 5b36af1375
commit b8c45c3168
1 changed files with 7 additions and 0 deletions

View File

@ -123,6 +123,13 @@ void ast_mark_lock_acquired(void *foo)
}
#endif
int ast_bt_get_addresses(struct ast_bt *bt);
int ast_bt_get_addresses(struct ast_bt *bt)
{
/* Suck it, you stupid utils directory! */
return 0;
}
static int global_lineno = 1;
static int global_expr_count=0;
static int global_expr_max_size=0;