summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-04-03 18:34:14 +0000
committerRussell Bryant <russell@russellbryant.com>2007-04-03 18:34:14 +0000
commitb908f9717aec69711a8bb937c2b434acbada04c3 (patch)
tree4774cb4042bbca0ee12f9ca0997c97ccad7ad85f /channels
parent9355b4ddcac795fcd34dac950c010b10496ccb87 (diff)
Remove a duplicate function prototype. (issue #9444, junky)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@59896 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 17e279390..7c1167204 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -1503,7 +1503,6 @@ static int get_rpid_num(const char *input, char *output, int maxlen);
static int get_rdnis(struct sip_pvt *p, struct sip_request *oreq);
static int get_destination(struct sip_pvt *p, struct sip_request *oreq);
static int get_msg_text(char *buf, int len, struct sip_request *req);
-static void free_old_route(struct sip_route *route);
static int transmit_state_notify(struct sip_pvt *p, int state, int full, int timeout);
/*--- Constructing requests and responses */