mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 12:49:02 +00:00
Replaced internal opaque types by structs.
This commit is contained in:
@@ -92,10 +92,10 @@ const char *get_unixsock_path(const struct sockaddr_storage *addr);
|
||||
/* Get the peer address string. In case of a Unix domain socket, returns the
|
||||
* path to UNIX socket, otherwise it returns string containing
|
||||
* "<address>:<port>". */
|
||||
char *get_peeraddr_string(const msiod *iod);
|
||||
char *get_peeraddr_string(const struct niod *iod);
|
||||
|
||||
/* Get the local bind address string. */
|
||||
char *get_localaddr_string(const msiod *iod);
|
||||
char *get_localaddr_string(const struct niod *iod);
|
||||
|
||||
#endif /* NETUTILS_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user