Genera refactor and cleanup.

This commit is contained in:
2024-04-30 15:42:08 +01:00
parent 017a36da2d
commit 351237ae1e
33 changed files with 513 additions and 653 deletions

View File

@@ -26,11 +26,11 @@
#include "../aaruremote.h"
#include "../endian.h"
AaruPacketHello* GetHello()
AaruPacketHello *GetHello()
{
struct utsname utsname;
int ret;
AaruPacketHello* pkt_server_hello;
AaruPacketHello *pkt_server_hello;
ret = uname(&utsname);