mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
dialplan: Add one static and fix two whitespace errors.
Change-Id: Ia14d515ab63e773097adc6af772ca7123a392f83
This commit is contained in:
@@ -1112,8 +1112,8 @@ static int calendar_busy_exec(struct ast_channel *chan, const char *cmd, char *d
|
||||
}
|
||||
|
||||
static struct ast_custom_function calendar_busy_function = {
|
||||
.name = "CALENDAR_BUSY",
|
||||
.read = calendar_busy_exec,
|
||||
.name = "CALENDAR_BUSY",
|
||||
.read = calendar_busy_exec,
|
||||
};
|
||||
|
||||
static int add_event_to_list(struct eventlist *events, struct ast_calendar_event *event, time_t start, time_t end)
|
||||
@@ -1297,8 +1297,8 @@ static int calendar_query_exec(struct ast_channel *chan, const char *cmd, char *
|
||||
}
|
||||
|
||||
static struct ast_custom_function calendar_query_function = {
|
||||
.name = "CALENDAR_QUERY",
|
||||
.read = calendar_query_exec,
|
||||
.name = "CALENDAR_QUERY",
|
||||
.read = calendar_query_exec,
|
||||
};
|
||||
|
||||
static void calendar_join_attendees(struct ast_calendar_event *event, char *buf, size_t len)
|
||||
|
Reference in New Issue
Block a user