mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +00:00
Remove unused TargetGroup::rewind method. It was used for --exclude groups before that code was rewritten to use addrset.
This commit is contained in:
@@ -115,8 +115,6 @@ class TargetGroup {
|
||||
fe80::202:e3ff:fe14:1102 . The af parameter is AF_INET or
|
||||
AF_INET6 Returns 0 for success */
|
||||
int parse_expr(const char * const target_expr, int af);
|
||||
/* Reset the object without reinitializing it */
|
||||
int rewind();
|
||||
/* Grab the next host from this expression (if any). Returns 0 and
|
||||
fills in ss if successful. ss must point to a pre-allocated
|
||||
sockaddr_storage structure */
|
||||
|
||||
Reference in New Issue
Block a user