aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-01 23:26:50 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-01 23:26:50 +0000
commit60e7a000085c1e6fe1777c248d7f54aeb3530431 (patch)
treecee6ca6204b2fc711e0682865994645836c0b33c /utils
parent2c8dd534a7d77d25bdefb28fb6063ca7c64bd13d (diff)
picky gcc versions... sigh.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@84330 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/check_expr.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/check_expr.c b/utils/check_expr.c
index 70714d40d..8b1362641 100644
--- a/utils/check_expr.c
+++ b/utils/check_expr.c
@@ -89,16 +89,20 @@ int __ast_str_helper(struct ast_str **buf, size_t max_len,
}
void ast_store_lock_info(enum ast_lock_type type, const char *filename,
+ int line_num, const char *func, const char *lock_name, void *lock_addr);
+void ast_store_lock_info(enum ast_lock_type type, const char *filename,
int line_num, const char *func, const char *lock_name, void *lock_addr)
{
/* not a lot to do in a standalone w/o threading! */
}
+void ast_mark_lock_acquired(void);
void ast_mark_lock_acquired(void)
{
/* not a lot to do in a standalone w/o threading! */
}
+void ast_remove_lock_info(void *lock_addr);
void ast_remove_lock_info(void *lock_addr)
{
/* not a lot to do in a standalone w/o threading! */