Module: sip-router
Branch: master
Commit: 2eee368b72c48e36af8af0f17fb29dc5d6310b08
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2eee368…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
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