mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-10 06:49:40 +00:00
Constifying the interface to get pvt_ids in the bridge, based on
suggestion from (const char *) Kevin. Thanks! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@101154 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -340,7 +340,7 @@ struct ast_channel_tech {
|
||||
int (* set_base_channel)(struct ast_channel *chan, struct ast_channel *base);
|
||||
|
||||
/*! \brief Get the unique identifier for the PVT, i.e. SIP call-ID for SIP */
|
||||
char * (* get_pvt_uniqueid)(struct ast_channel *chan);
|
||||
const char * (* get_pvt_uniqueid)(struct ast_channel *chan);
|
||||
};
|
||||
|
||||
struct ast_epoll_data;
|
||||
|
Reference in New Issue
Block a user