mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 08:11:21 +00:00
allow menuselect to display dependencies and conflicts for modules
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31443 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -40,20 +40,6 @@
|
||||
|
||||
#undef MENUSELECT_DEBUG
|
||||
|
||||
struct depend {
|
||||
/*! the name of the dependency */
|
||||
const char *name;
|
||||
/*! for linking */
|
||||
AST_LIST_ENTRY(depend) list;
|
||||
};
|
||||
|
||||
struct conflict {
|
||||
/*! the name of the conflict */
|
||||
const char *name;
|
||||
/*! for linking */
|
||||
AST_LIST_ENTRY(conflict) list;
|
||||
};
|
||||
|
||||
/*! The list of categories */
|
||||
struct categories categories = AST_LIST_HEAD_NOLOCK_INIT_VALUE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user