mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Move declaration of NpingOps::getTotalProbes.
This commit is contained in:
parent
e5e8b91bbd
commit
e1d4f58a29
1 changed files with 1 additions and 2 deletions
|
|
@ -475,8 +475,6 @@ class NpingOps {
|
|||
int setOnce(bool val);
|
||||
bool once();
|
||||
|
||||
int getTotalProbes();
|
||||
|
||||
/* Validation */
|
||||
void validateOptions();
|
||||
bool canRunUDPWithoutPrivileges();
|
||||
|
|
@ -489,6 +487,7 @@ class NpingOps {
|
|||
void displayStatistics();
|
||||
int cleanup();
|
||||
int setDefaultHeaderValues();
|
||||
int getTotalProbes();
|
||||
|
||||
int setLastPacketSentTime(struct timeval t);
|
||||
struct timeval getLastPacketSentTime();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue