]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
We only need one forward declaration
authorOlle Johansson <oej@edvina.net>
Mon, 8 Jan 2007 09:08:10 +0000 (09:08 +0000)
committerOlle Johansson <oej@edvina.net>
Mon, 8 Jan 2007 09:08:10 +0000 (09:08 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@49945 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 8a362a6981a3813ba414be921ed5d0fe50289bb1..8c688a22b09ffe6d09b1a6655034bbf6589a938f 100644 (file)
@@ -1505,7 +1505,6 @@ static void handle_request_info(struct sip_pvt *p, struct sip_request *req);
 static int handle_request_options(struct sip_pvt *p, struct sip_request *req);
 static int handle_invite_replaces(struct sip_pvt *p, struct sip_request *req, int debug, int ignore, int seqno, struct sockaddr_in *sin);
 static int handle_request_notify(struct sip_pvt *p, struct sip_request *req, struct sockaddr_in *sin, int seqno, char *e);
-static int handle_invite_replaces(struct sip_pvt *p, struct sip_request *req, int debug, int ignore, int seqno, struct sockaddr_in *sin);
 static int local_attended_transfer(struct sip_pvt *transferer, struct sip_dual *current, struct sip_request *req, int seqno);
 
 /*------Response handling functions */