dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 49945 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49945 | oej | 2007-01-08 10:08:10 +0100 (Mon, 08 Jan 2007) | 2 lines

We only need one forward declaration

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49946 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
oej 2007-01-08 09:22:53 +00:00
parent 7a9cdcb066
commit f59af2bd99
1 changed files with 0 additions and 1 deletions

View File

@ -1519,7 +1519,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 */