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