1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 03:51:32 +00:00

Correct malformed connectToHub prototype and definition

This commit is contained in:
Nick Briggs
2022-12-10 12:04:36 -08:00
parent 1dd86ed48c
commit 36a7422ebc
2 changed files with 2 additions and 2 deletions

View File

@@ -19,5 +19,5 @@ void setNethubHost(char* host);
void setNethubPort(int port);
void setNethubMac(int m0, int m1, int m2, int m3, int m4, int m5);
void setNethubLogLevel(int ll);
void connectToHub();
void connectToHub(void);
#endif