aboutsummaryrefslogtreecommitdiffstats
path: root/utils/hashtest2.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hashtest2.c')
-rw-r--r--utils/hashtest2.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/hashtest2.c b/utils/hashtest2.c
index 3b0c62699..a9fdf661b 100644
--- a/utils/hashtest2.c
+++ b/utils/hashtest2.c
@@ -59,6 +59,11 @@ struct ht_element
char *val;
};
+char *pbx_substitute_variables_helper_full(struct ast_channel *chan, struct varshead *head, const char *cp1, char *cp2, int maxlen, size_t *used);
+char *pbx_substitute_variables_helper_full(struct ast_channel *chan, struct varshead *head, const char *cp1, char *cp2, int maxlen, size_t *used)
+{
+ return NULL;
+}
static int hash_string(const void *obj, const int flags)
{