Module: sip-router
Branch: master
Commit: 2eee368b72c48e36af8af0f17fb29dc5d6310b08
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2eee368b72c48e36af8af0f17fb29dc5d6310b08

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date:   Thu Dec 20 19:13:13 2012 +0100

core: added prototype of no_naptr_srv_sip_resolvehost() to resolv.h

- fix compile warning, reported by Ovidiu Sas

---

 resolve.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/resolve.h b/resolve.h
index 6e7a2bf..3ff5e23 100644
--- a/resolve.h
+++ b/resolve.h
@@ -545,4 +545,7 @@ int naptr_choose (struct naptr_rdata** crt, char* crt_proto,
 
 #endif/* USE_NAPTR */
 
+struct hostent* no_naptr_srv_sip_resolvehost(str* name, unsigned short* port,
+               char* proto);
+
 #endif


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to