Resolve some pointer signedness compiler warnings in app_osplookup, and

constify a bunch of usage strings for CLI commands.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48307 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-12-06 07:39:39 +00:00
parent ec8591d04c
commit 5824af9cbc
4 changed files with 9 additions and 9 deletions

View File

@@ -900,11 +900,11 @@ static char *complete_meetmecmd(const char *line, const char *word, int pos, int
return NULL;
}
static char meetme_usage[] =
static const char meetme_usage[] =
"Usage: meetme (un)lock|(un)mute|kick|list [concise] <confno> <usernumber>\n"
" Executes a command for the conference or on a conferee\n";
static char sla_show_usage[] =
static const char sla_show_usage[] =
"Usage: sla show\n"
" Lists status of all shared line appearances\n";