mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
Make the "usage" member of the ast_cli_entry struct const to resolve a compiler
warning. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48299 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -165,7 +165,7 @@ struct ast_cli_entry {
|
|||||||
old_cli_fn handler;
|
old_cli_fn handler;
|
||||||
|
|
||||||
const char *summary; /*!< Summary of the command (< 60 characters) */
|
const char *summary; /*!< Summary of the command (< 60 characters) */
|
||||||
char *usage; /*!< Detailed usage information */
|
const char *usage; /*!< Detailed usage information */
|
||||||
|
|
||||||
/*! Generate the n-th (starting from 0) possible completion
|
/*! Generate the n-th (starting from 0) possible completion
|
||||||
for a given 'word' following 'line' in position 'pos'.
|
for a given 'word' following 'line' in position 'pos'.
|
||||||
|
|||||||
Reference in New Issue
Block a user