X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=nntp%2Fnntp.h;h=de7627faf1ad357d7bc21d1337fdc0e1e9088d14;hp=bdd29363fb16f8d94ebef3b3df36c94d0e3545f5;hb=07f92763f437c569cd9994154fc367c66279e21a;hpb=38dacbf03fe1a0daa9ce426caaef5582b90006b2 diff --git a/nntp/nntp.h b/nntp/nntp.h index bdd2936..de7627f 100644 --- a/nntp/nntp.h +++ b/nntp/nntp.h @@ -47,7 +47,7 @@ typedef struct { time_t mtime; time_t newgroups_time; time_t check_time; - HASH *newsgroups; + hash_t *newsgroups; string_list_t *list; /* list of newsgroups */ string_list_t *tail; /* last entry of list */ CONNECTION *conn;