New function `inaddr2str' to convert an IP address into a verified

hostname or a string of the form x.y.z.a


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@656 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-08-18 23:23:50 +00:00
parent a942b4c4ef
commit 92cbb34085
3 changed files with 46 additions and 0 deletions

View File

@@ -79,4 +79,6 @@ time_t tm2time (struct tm tm, int local);
int verify_unix_user(char *user, char *password);
void inaddr2str(struct in_addr addr, char *s, size_t len);
#endif /* __ROKEN_H__ */