mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
use a better name for structure element (when using named initializers)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6593 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -75,7 +75,7 @@ struct ast_ivr_menu {
|
||||
|
||||
struct ast_option {
|
||||
unsigned int flag;
|
||||
int argoption;
|
||||
int arg_index;
|
||||
};
|
||||
|
||||
extern int ast_parseoptions(const struct ast_option *options, struct ast_flags *flags, char **args, char *optstr);
|
||||
|
Reference in New Issue
Block a user