1
0
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:
weilin
2011-08-04 02:37:05 +00:00
parent 50ffa9905e
commit 05bcbe71d9
2 changed files with 0 additions and 40 deletions

View File

@@ -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 */