mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-26 11:52:25 +00:00
Correct malformed connectToHub prototype and definition
This commit is contained in:
@@ -131,7 +131,7 @@ static void dblwordsSwap(u_char* basePtr, int forBytes) {
|
||||
** --- connect, disconnect and transmit packets -----------------------------------
|
||||
*/
|
||||
|
||||
void connectToHub() {
|
||||
void connectToHub(void) {
|
||||
if (nethubHost == NULL) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user