mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 06:18:38 +00:00
AMI: Remove no longer used parameter from astman_send_listack().
Follow-up issue to -r430435 from reviewboard review. ASTERISK-24049 Review: https://reviewboard.asterisk.org/r/4315/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@430452 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -305,14 +305,13 @@ void astman_send_ack(struct mansession *s, const struct message *m, char *msg);
|
||||
* \param s - AMI session control struct.
|
||||
* \param m - AMI action request that started the list.
|
||||
* \param msg - Message contents describing the list to follow.
|
||||
* \param listflag - Not used. Historically always set to "start".
|
||||
*
|
||||
* \note You need to call astman_send_list_complete_start() and
|
||||
* astman_send_list_complete_end() to send the AMI list completion event.
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
void astman_send_listack(struct mansession *s, const struct message *m, char *msg, char *listflag);
|
||||
void astman_send_listack(struct mansession *s, const struct message *m, char *msg);
|
||||
|
||||
/*!
|
||||
* \brief Start the list complete event.
|
||||
|
||||
Reference in New Issue
Block a user