]> sjero.net Git - wget/blobdiff - src/netrc.c
[svn] Fix build problems with DEBUG_MALLOC.
[wget] / src / netrc.c
index 48ac0c76c161dd00bf6994993c71061ee7c09ce5..dabcf922d131a4ff974fed65198c7c90557564a5 100644 (file)
@@ -46,7 +46,7 @@ so, delete this exception statement from your version.  */
 
 #define NETRC_FILE_NAME ".netrc"
 
-static acc_t *netrc_list;
+acc_t *netrc_list;
 
 static acc_t *parse_netrc (const char *);