mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Constify a bunch of usage strings for CLI commands.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48306 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -225,11 +225,11 @@ static struct ast_rtp_protocol gtalk_rtp = {
|
||||
get_codec: gtalk_get_codec,
|
||||
};
|
||||
|
||||
static char debug_usage[] =
|
||||
static const char debug_usage[] =
|
||||
"Usage: gtalk show channels\n"
|
||||
" Shows current state of the Gtalk channels.\n";
|
||||
|
||||
static char reload_usage[] =
|
||||
static const char reload_usage[] =
|
||||
"Usage: gtalk reload\n"
|
||||
" Reload gtalk channel driver.\n";
|
||||
|
||||
|
Reference in New Issue
Block a user