Forráskód Böngészése

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

- fix compile warning, reported by Ovidiu Sas
Daniel-Constantin Mierla 12 éve
szülő
commit
2eee368b72
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      resolve.h

+ 3 - 0
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