fix: better response handling for prints

This commit is contained in:
0x35c
2025-05-31 17:10:03 +02:00
parent 0f8d184aee
commit 6164363cce
3 changed files with 4 additions and 1 deletions

View File

@ -22,6 +22,7 @@ typedef enum {
};
struct response {
uint16_t port;
e_state states[SCAN_ALL];
char *service;
};