aboutsummaryrefslogtreecommitdiffstats
path: root/utils/hashtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hashtest.c')
-rw-r--r--utils/hashtest.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/hashtest.c b/utils/hashtest.c
index 7ff7a55b2..16c5e1d9b 100644
--- a/utils/hashtest.c
+++ b/utils/hashtest.c
@@ -50,6 +50,11 @@ int64_t ast_mark(int prof_id, int x)
}
#endif
+void pbx_substitute_variables_helper_full(struct ast_channel *c, struct varshead *headp, const char *cp1, char *cp2, int cp2_size, size_t *used);
+void pbx_substitute_variables_helper_full(struct ast_channel *c, struct varshead *headp, const char *cp1, char *cp2, int cp2_size, size_t *used)
+{
+}
+
struct ht_element
{
char *key;