aboutsummaryrefslogtreecommitdiffstats
path: root/utils/refcounter.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/refcounter.c')
-rw-r--r--utils/refcounter.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/refcounter.c b/utils/refcounter.c
index 4712c26b6..ddd5055d0 100644
--- a/utils/refcounter.c
+++ b/utils/refcounter.c
@@ -69,6 +69,11 @@ struct rc_obj /* short for refcounted object */
struct rc_hist *last;
};
+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)
+{
+}
+
static unsigned int hashtab_hash_rc(const void *obj)
{
const struct rc_obj *rc = obj;