I forgot extern, now I am the clown

This commit is contained in:
James R 2020-05-15 19:04:03 -07:00
parent 7c072503be
commit 64e27f3698
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -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;