fix: better response handling for prints
This commit is contained in:
@ -22,6 +22,7 @@ typedef enum {
|
||||
};
|
||||
|
||||
struct response {
|
||||
uint16_t port;
|
||||
e_state states[SCAN_ALL];
|
||||
char *service;
|
||||
};
|
||||
|
Reference in New Issue
Block a user