mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 04:43:50 +00:00
Make a formatting change to test a new post-commit hook for reviewboard.
http://reviewboard.digium.com/r/65/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@159665 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -956,7 +956,9 @@ static void new_find_extension(const char *str, struct scoreboard *score,
|
|||||||
const char *label, enum ext_match_t action);
|
const char *label, enum ext_match_t action);
|
||||||
static struct match_char *already_in_tree(struct match_char *current, char *pat);
|
static struct match_char *already_in_tree(struct match_char *current, char *pat);
|
||||||
static struct match_char *add_exten_to_pattern_tree(struct ast_context *con, struct ast_exten *e1, int findonly);
|
static struct match_char *add_exten_to_pattern_tree(struct ast_context *con, struct ast_exten *e1, int findonly);
|
||||||
static struct match_char *add_pattern_node(struct ast_context *con, struct match_char *current, char *pattern, int is_pattern, int already, int specificity, struct match_char **parent);
|
static struct match_char *add_pattern_node(struct ast_context *con,
|
||||||
|
struct match_char *current, char *pattern, int is_pattern,
|
||||||
|
int already, int specificity, struct match_char **parent);
|
||||||
static void create_match_char_tree(struct ast_context *con);
|
static void create_match_char_tree(struct ast_context *con);
|
||||||
static struct ast_exten *get_canmatch_exten(struct match_char *node);
|
static struct ast_exten *get_canmatch_exten(struct match_char *node);
|
||||||
static void destroy_pattern_tree(struct match_char *pattern_tree);
|
static void destroy_pattern_tree(struct match_char *pattern_tree);
|
||||||
|
Reference in New Issue
Block a user