Skip to content

Commit

Permalink
Add extra scanner functions to header
Browse files Browse the repository at this point in the history
  • Loading branch information
BirdRoad1 committed Jan 12, 2025
1 parent 340aa1f commit 8b6e17e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/scanner.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
#pragma once
#include "database.hpp"

void scanTask(Database *db, int ip);

void runThread(Database *db, long long startIP, long long endIP);

void runThreadVec(Database *db, std::vector<int> ips);

void scanExtraIPs(Database *db, std::vector<int> &extraIPs);

/**
* Prints scanner progress periodically
*/
Expand Down

0 comments on commit 8b6e17e

Please sign in to comment.