summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2015-10-28 06:30:56 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2015-10-28 06:30:56 -0500
commitba566b0f0fa899f7d616b26e5fe273ddf9100a58 (patch)
tree44cbfde361aca8dda54eb210347862baee833781 /include
parent31f13a1e930c62d49e713fca3f3978f26a9b2954 (diff)
parent162acd45f744395c19ec5686af30d0abd61ef897 (diff)
Merge "res_pjsip: Add "like" processing to pjsip list and show commands" into 13
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/res_pjsip_cli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/res_pjsip_cli.h b/include/asterisk/res_pjsip_cli.h
index 44979b701..c2535218a 100644
--- a/include/asterisk/res_pjsip_cli.h
+++ b/include/asterisk/res_pjsip_cli.h
@@ -61,7 +61,7 @@ struct ast_sip_cli_formatter_entry {
/*! The callback used to print the details of the object. */
ao2_callback_fn *print_body;
/*! The function used to retrieve a container of all objects of this type. */
- struct ao2_container *(* get_container)(void);
+ struct ao2_container *(* get_container)(const char *regex);
/*! The function used to iterate over a container of objects. */
int (* iterate)(void *container, ao2_callback_fn callback, void *args);
/*! The function used to retrieve a specific object from it's container. */