mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
Constify some more channel driver technology callback parameters.
Review: https://reviewboard.asterisk.org/r/1707/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@353685 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -351,7 +351,7 @@ void analog_delete(struct analog_pvt *doomed);
|
||||
|
||||
void analog_free(struct analog_pvt *p);
|
||||
|
||||
int analog_call(struct analog_pvt *p, struct ast_channel *ast, char *rdest, int timeout);
|
||||
int analog_call(struct analog_pvt *p, struct ast_channel *ast, const char *rdest, int timeout);
|
||||
|
||||
int analog_hangup(struct analog_pvt *p, struct ast_channel *ast);
|
||||
|
||||
|
Reference in New Issue
Block a user