Data Fields | |
int | allow |
struct { | |
struct permission * next | |
} | list |
char | name [0] |
Definition at line 206 of file pbx_dundi.c.
int allow |
Definition at line 208 of file pbx_dundi.c.
Referenced by append_permission(), deep_copy_peer(), dundi_show_peer(), and has_permission().
struct { ... } list |
char name[0] |
Definition at line 209 of file pbx_dundi.c.
Referenced by append_permission(), deep_copy_peer(), dundi_show_peer(), and has_permission().
struct permission* next |
Definition at line 207 of file pbx_dundi.c.