X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=nntp%2Fnntp.h;h=de7627faf1ad357d7bc21d1337fdc0e1e9088d14;hp=bdd29363fb16f8d94ebef3b3df36c94d0e3545f5;hb=56ac9bea51f338d488828ad1114d58b4a9542209;hpb=51239e43fd4a3c2440b4574379e8525d75646b3e 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;