aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools/menuselect.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-09 08:44:50 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-09 08:44:50 +0000
commit46abbe97e48ca74be0b83e143f9ec91de3012cd2 (patch)
tree0f59c51a8ce2fb3064c944bf80bd43f2289b0662 /build_tools/menuselect.h
parent5617675f5a1a190ca14fdc3591015266c2547ece (diff)
Make menuselect be able to show what the modules are
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25929 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools/menuselect.h')
-rw-r--r--build_tools/menuselect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_tools/menuselect.h b/build_tools/menuselect.h
index 4db045da1..5fc34d049 100644
--- a/build_tools/menuselect.h
+++ b/build_tools/menuselect.h
@@ -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 */