Remove unneeded slim functions.

This commit is contained in:
2020-03-01 19:47:15 +00:00
parent 1f98e89f4c
commit dfd56c83df
36 changed files with 599 additions and 1472 deletions

View File

@@ -21,6 +21,6 @@
typedef struct
{
int fd;
} UnixNetworkContext;
} NetworkContext;
#endif // AARUREMOTE_UNIX_UNIX_H_