
Data Fields | |
| struct { | |
| struct manager_channel_variable * next | |
| } | entry |
| unsigned int | isfunc:1 |
| char | name [0] |
| struct { ... } entry |
| unsigned int isfunc |
Definition at line 1013 of file manager.c.
Referenced by append_channel_vars(), and load_channelvars().
| char name[0] |
Definition at line 1014 of file manager.c.
Referenced by append_channel_vars(), and load_channelvars().
| struct manager_channel_variable* next |
Definition at line 1012 of file manager.c.
Referenced by load_channelvars().