added missing prototype

This commit is contained in:
Jeff Hill
1997-06-25 06:20:17 +00:00
parent 1f63baf549
commit 017ba5731f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -78,6 +78,7 @@ int gethostname (char *name, int namelen);
# define h_addr h_addr_list[0] /* address, for backward compatiblity */
};
struct hostent *gethostbyaddr(char *addr, int len, int type);
struct hostent *gethostnyname(const char *name);
#endif /* !defined(__SUNPRO_CC) */
+1
View File
@@ -78,6 +78,7 @@ int gethostname (char *name, int namelen);
# define h_addr h_addr_list[0] /* address, for backward compatiblity */
};
struct hostent *gethostbyaddr(char *addr, int len, int type);
struct hostent *gethostnyname(const char *name);
#endif /* !defined(__SUNPRO_CC) */