Skip to content
Snippets Groups Projects
Commit efc7c78b authored by Russell Bryant's avatar Russell Bryant
Browse files

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
parent edfd096c
Branches
Tags
No related merge requests found
......@@ -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'.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment