summaryrefslogtreecommitdiff
path: root/apps/app_chanspy.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-04-21 06:30:23 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-04-21 06:30:23 +0000
commita729a57ba121061fd42f5dd4f557ed1f18d6dc99 (patch)
tree32ef323c5510fa3321c859182f59030f2c675829 /apps/app_chanspy.c
parent1f9ab2380a4543526bbd20e0fa754de95747c77e (diff)
fix various compiler warnings
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5491 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_chanspy.c')
-rwxr-xr-xapps/app_chanspy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/app_chanspy.c b/apps/app_chanspy.c
index e90dab41f..e0374d7ac 100755
--- a/apps/app_chanspy.c
+++ b/apps/app_chanspy.c
@@ -104,7 +104,6 @@ struct chanspy_translation_helper {
};
/* Prototypes */
-static struct ast_channel *local_get_channel_by_name(char *name);
static struct ast_channel *local_get_channel_begin_name(char *name);
static struct ast_channel *local_channel_walk(struct ast_channel *chan);
static void spy_release(struct ast_channel *chan, void *data);
@@ -118,6 +117,7 @@ static int channel_spy(struct ast_channel *chan, struct ast_channel *spyee, int
static int chanspy_exec(struct ast_channel *chan, void *data);
+#if 0
static struct ast_channel *local_get_channel_by_name(char *name)
{
struct ast_channel *ret;
@@ -129,6 +129,7 @@ static struct ast_channel *local_get_channel_by_name(char *name)
return ret;
}
+#endif
static struct ast_channel *local_channel_walk(struct ast_channel *chan)
{