mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
Make menuselect be able to show what the modules are
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25929 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -37,6 +37,8 @@ struct conflict;
|
||||
struct member {
|
||||
/*! What will be sent to the makeopts file */
|
||||
const char *name;
|
||||
/*! Display name if known */
|
||||
const char *displayname;
|
||||
/*! Default setting */
|
||||
const char *defaultenabled;
|
||||
/*! This module is currently selected */
|
||||
|
||||
Reference in New Issue
Block a user