Asterisk - The Open Source Telephony Project
18.5.0
|
A user of an optional API. More...
Data Fields | |
char | module [] |
ast_optional_fn * | optional_ref |
ast_optional_fn | stub |
A user of an optional API.
Definition at line 47 of file optional_api.c.
char module[] |
Name of the module using the API
Definition at line 53 of file optional_api.c.
Referenced by optional_api_user_create().
ast_optional_fn* optional_ref |
Pointer to function pointer to link
Definition at line 49 of file optional_api.c.
Referenced by AST_VECTOR(), optional_api_user_create(), and optional_api_user_relink().
ast_optional_fn stub |
Stub to use when impl is unavailable
Definition at line 51 of file optional_api.c.
Referenced by AST_VECTOR(), optional_api_user_create(), and optional_api_user_relink().