mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
I forgot extern, now I am the clown
This commit is contained in:
parent
7c072503be
commit
64e27f3698
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…
Reference in a new issue