code refactoring

This commit is contained in:
2025-02-16 19:32:01 +01:00
parent f3c2569a30
commit c8bda25d90
42 changed files with 439 additions and 543 deletions

View File

@@ -2,7 +2,7 @@
#include <string.h>
#include "list_probes.h"
#include "common.h"
#include "../utils.h"
const char cmd_list_probes_help[] = "Bla bla.";

View File

@@ -2,7 +2,7 @@
#include <stdio.h>
#include "scan.h"
#include "common.h"
#include "../utils.h"
const char cmd_scan_help[] = "Bla bla.";