#include <calendar.h>
Data Fields | |
char * | data |
struct { | |
ast_calendar_attendee * next | |
} | next |
Definition at line 85 of file calendar.h.
char* data |
Definition at line 86 of file calendar.h.
Referenced by calendar_event_destructor(), and calendar_join_attendees().
struct { ... } next |
struct ast_calendar_attendee* next |
Definition at line 87 of file calendar.h.
Referenced by calendar_event_destructor(), calendar_join_attendees(), and copy_event_data().