Update and add helper functions.

This commit is contained in:
Christian Deacon
2025-03-01 10:38:10 -05:00
parent e392b7355b
commit f261cf7199
2 changed files with 22 additions and 2 deletions

View File

@@ -7,6 +7,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <sys/sysinfo.h>
struct ip_range
{
u32 ip;
@@ -19,4 +21,5 @@ void PrintHelpMenu();
void SignalHndl(int code);
ip_range_t ParseIpCidr(const char* ip);
const char* GetProtocolStrById(int id);
void PrintToolInfo();
void PrintToolInfo();
u64 GetBootNanoTime();