#include <global_datastores.h>
Data Fields | |
char | interface [1] |
struct { | |
ast_dialed_interface * next | |
} | list |
Definition at line 31 of file global_datastores.h.
char interface[1] |
Definition at line 33 of file global_datastores.h.
struct { ... } list |
Referenced by dialed_interface_destroy(), dialed_interface_duplicate(), and try_calling().
struct ast_dialed_interface* next |
Definition at line 32 of file global_datastores.h.