aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-03 18:34:14 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-03 18:34:14 +0000
commit388dd422c49273eed78f6e58b6a3854f3f97d761 (patch)
tree4774cb4042bbca0ee12f9ca0997c97ccad7ad85f
parentae187ec97e290a7dba46a47152f53d31fe08fe68 (diff)
Remove a duplicate function prototype. (issue #9444, junky)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59896 f38db490-d61c-443f-a65b-d21fe96a405b
-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 */