1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-16 04:39:03 +00:00

Add get_localaddr_string.

This commit is contained in:
david
2013-04-27 16:22:07 +00:00
parent d6d2a832db
commit 21077a93e1
2 changed files with 8 additions and 0 deletions

View File

@@ -94,5 +94,8 @@ const char *get_unixsock_path(const struct sockaddr_storage *addr);
* "<address>:<port>". */
char *get_peeraddr_string(const msiod *iod);
/* Get the local bind address string. */
char *get_localaddr_string(const msiod *iod);
#endif /* NETUTILS_H */