mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-26 21:11:51 +00:00
I forgot extern, now I am the clown
This commit is contained in:
parent
8aced572c9
commit
12bd9370c2
2 changed files with 2 additions and 1 deletions
|
|
@ -124,6 +124,7 @@ static UINT32 curl_origfilesize;
|
|||
static UINT32 curl_origtotalfilesize;
|
||||
static char *curl_realname = NULL;
|
||||
fileneeded_t *curl_curfile = NULL;
|
||||
HTTP_login *curl_logins;
|
||||
#endif
|
||||
|
||||
/** Fills a serverinfo packet with information about wad files loaded.
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ extern INT32 curl_transfers;
|
|||
|
||||
typedef struct HTTP_login HTTP_login;
|
||||
|
||||
struct HTTP_login
|
||||
extern struct HTTP_login
|
||||
{
|
||||
char * url;
|
||||
char * auth;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue