Skip to content
Snippets Groups Projects
Commit b908f971 authored by Russell Bryant's avatar Russell Bryant
Browse files

Remove a duplicate function prototype. (issue #9444, junky)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@59896 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 9355b4dd
No related branches found
No related tags found
No related merge requests found
...@@ -1503,7 +1503,6 @@ static int get_rpid_num(const char *input, char *output, int maxlen); ...@@ -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_rdnis(struct sip_pvt *p, struct sip_request *oreq);
static int get_destination(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 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); static int transmit_state_notify(struct sip_pvt *p, int state, int full, int timeout);
   
/*--- Constructing requests and responses */ /*--- Constructing requests and responses */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment