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:
Russell Bryant
2006-12-06 07:15:16 +00:00
parent edfd096c3a
commit efc7c78ba4

View File

@@ -165,7 +165,7 @@ struct ast_cli_entry {
old_cli_fn handler;
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
for a given 'word' following 'line' in position 'pos'.