Module: kamailio Branch: master Commit: 358e507ea449ce00450ee59ecfa50079831ab29f URL: https://github.com/kamailio/kamailio/commit/358e507ea449ce00450ee59ecfa50079...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2018-04-10T10:55:58+02:00
core: exposed parse_protohostport() prototype
---
Modified: src/core/socket_info.h
---
Diff: https://github.com/kamailio/kamailio/commit/358e507ea449ce00450ee59ecfa50079... Patch: https://github.com/kamailio/kamailio/commit/358e507ea449ce00450ee59ecfa50079...
---
diff --git a/src/core/socket_info.h b/src/core/socket_info.h index 03225acb6d..641d8a2760 100644 --- a/src/core/socket_info.h +++ b/src/core/socket_info.h @@ -146,5 +146,6 @@ typedef struct _sr_phostp { } sr_phostp_t;
struct socket_info* lookup_local_socket(str *phostp); +int parse_protohostport(str* ins, sr_phostp_t *r);
#endif