Network extensions

This commit is contained in:
mittorn
2019-01-30 16:06:32 +07:00
parent 7bb8124b69
commit 40574d9be0
7 changed files with 58 additions and 8 deletions

View File

@@ -252,6 +252,7 @@ typedef struct sv_client_s
int challenge; // challenge of this user, randomly generated
int userid; // identifying number on server
int extensions;
} sv_client_t;
/*