summaryrefslogtreecommitdiff
path: root/utils/check_expr.c
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2007-10-01 23:26:50 +0000
committerSteve Murphy <murf@digium.com>2007-10-01 23:26:50 +0000
commite8c8bb4a14238f30c9e3093d946e605787575632 (patch)
treecee6ca6204b2fc711e0682865994645836c0b33c /utils/check_expr.c
parentdb26685460e509344e5856d4bc9d67147ee1f870 (diff)
picky gcc versions... sigh.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84330 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'utils/check_expr.c')
-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! */