1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 13:49:03 +00:00

Move declaration of NpingOps::getTotalProbes.

This commit is contained in:
david
2013-05-03 21:30:46 +00:00
parent e5e8b91bbd
commit e1d4f58a29

View File

@@ -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();