summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2015-10-28 06:31:01 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2015-10-28 06:31:02 -0500
commitdf3aa2910049474d0c248638e2bc57e5ba4fe805 (patch)
tree25f123d6ce93e27dcd153c50ee9d49ebc23cf917 /include
parent17be8b9c204f5009815475fc687bcac691738e2c (diff)
parenta8aee0bbdb09f5cfb49802f0c3c09e741814045c (diff)
Merge "res_pjsip: Add "like" processing to pjsip list and show commands"
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. */