Asterisk - The Open Source Telephony Project
18.5.0
|
#include <app.h>
Data Fields | |
int | folders |
struct { | |
struct ast_vm_msg_snapshot * first | |
struct ast_vm_msg_snapshot * last | |
} * | snapshots |
int | total_msg_num |
Definition at line 317 of file include/asterisk/app.h.
struct ast_vm_msg_snapshot* first |
Definition at line 321 of file include/asterisk/app.h.
int folders |
Definition at line 319 of file include/asterisk/app.h.
Referenced by vm_mailbox_snapshot_create(), and vm_mailbox_snapshot_destroy().
struct ast_vm_msg_snapshot* last |
Definition at line 321 of file include/asterisk/app.h.
struct { ... } * snapshots |
int total_msg_num |
Definition at line 318 of file include/asterisk/app.h.
Referenced by AST_TEST_DEFINE(), and vm_msg_snapshot_create().