about summary refs log tree commit diff
path: root/conform
diff options
context:
space:
mode:
Diffstat (limited to 'conform')
-rw-r--r--conform/data/netdb.h-data2
1 files changed, 0 insertions, 2 deletions
diff --git a/conform/data/netdb.h-data b/conform/data/netdb.h-data
index 99773b8dc7..76475ad3af 100644
--- a/conform/data/netdb.h-data
+++ b/conform/data/netdb.h-data
@@ -51,10 +51,8 @@ function void endhostent (void)
 function void endnetent (void)
 function void endprotoent (void)
 function void endservent (void)
-function void freehostent (struct hostent*)
 function {struct hostent*} gethostbyaddr (const void*, socklen_t, int)
 function {struct hostent*} gethostbyname (const char*)
 function {struct hostent*} gethostent (void)
-function {struct hostent*} getipnodebyaddr (const void*, socklen_t, int, int*)
 
 #endif