feature: start to implement responses

This commit is contained in:
0x35c
2025-05-22 17:08:26 +02:00
parent 1361cd9f9c
commit 84d5960900
10 changed files with 224 additions and 23 deletions

View File

@ -1,3 +1,5 @@
#pragma once
char *get_interface_name(void);
#include "host.h"
int get_interface_name(struct host *host);