summaryrefslogtreecommitdiff
path: root/apps/app_substring.c
diff options
context:
space:
mode:
authorMatteo Brancaleoni <mbrancaleoni@espia.it>2003-02-12 13:59:15 +0000
committerMatteo Brancaleoni <mbrancaleoni@espia.it>2003-02-12 13:59:15 +0000
commit2bd936105e72e2dcc1f847a28f04b2538e83020f (patch)
tree9345a8b61da436462f1b95c568b836a0e4174e6a /apps/app_substring.c
parentd2f186de49f1a4d7d7d2c7b3e6939aae945f02e9 (diff)
mer feb 12 14:56:57 CET 2003
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@612 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_substring.c')
-rwxr-xr-xapps/app_substring.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/app_substring.c b/apps/app_substring.c
index a1edf64ae..97f0fea0a 100755
--- a/apps/app_substring.c
+++ b/apps/app_substring.c
@@ -27,8 +27,6 @@
static char *tdesc = "Save substring digits in a given variable";
-extern void pbx_builtin_setvar_helper(struct ast_channel *chan, char *name, char *value);
-
static char *descrip =
" StripLSD(variable=string_of_digits|count1|count2): Assigns the substring\n"
"of string_of_digits to a given variable. Parameter count1 may be positive\n"