summaryrefslogtreecommitdiff
path: root/channels/sip/include/reqresp_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/sip/include/reqresp_parser.h')
-rw-r--r--channels/sip/include/reqresp_parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/sip/include/reqresp_parser.h b/channels/sip/include/reqresp_parser.h
index bb1831431..f0ab86e38 100644
--- a/channels/sip/include/reqresp_parser.h
+++ b/channels/sip/include/reqresp_parser.h
@@ -43,7 +43,7 @@
* \endverbatim
*/
int parse_uri(char *uri, const char *scheme, char **ret_name, char **pass,
- char **domain, char **transport);
+ char **hostport, char **transport);
/*!
* \brief parses a URI in to all of its components and any trailing residue
@@ -53,7 +53,7 @@ int parse_uri(char *uri, const char *scheme, char **ret_name, char **pass,
*
*/
int parse_uri_full(char *uri, const char *scheme, char **user, char **pass,
- char **domain, struct uriparams *params, char **headers,
+ char **hostport, struct uriparams *params, char **headers,
char **residue);
/*!