mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Merge "res_pjsip: Add "like" processing to pjsip list and show commands" into 13
This commit is contained in:
@@ -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. */
|
||||
|
Reference in New Issue
Block a user