aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-01 06:03:22 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-01 06:03:22 +0000
commit81a46b1d19c240465337614d8c98676bfe62e194 (patch)
treee2342fef56822534251ea9e6a6674600fcd2d694 /include
parent4c85ce7007c387358f36483123510e0949a64ba2 (diff)
Merged revisions 81426 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81426 | mmichelson | 2007-09-01 01:02:06 -0500 (Sat, 01 Sep 2007) | 4 lines Making match_by_addr into ao2_match_by_addr and making it available everywhere since it could be a handy callback to have ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81427 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/astobj2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/astobj2.h b/include/asterisk/astobj2.h
index 0f51ceab1..088bff059 100644
--- a/include/asterisk/astobj2.h
+++ b/include/asterisk/astobj2.h
@@ -430,6 +430,7 @@ void *ao2_callback(ao2_container *c,
enum search_flags flags,
ao2_callback_fn cb_fn, void *arg);
+int ao2_match_by_addr(void *user_data, void *arg, int flags);
/*!
*
*