X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=nntp%2Fnntp.h;h=a111b67f0e2334dc6130fba2eead04f1d11ae1b8;hb=90c36546d834608e1ce96f4142ef9a1f6b405a7c;hp=2ef79de11df609565491c3b7635ede104d3846f4;hpb=ccf2b75a9ed50a79c4d8e5d6235c7313fcd3719a;p=apps%2Fmadmutt.git diff --git a/nntp/nntp.h b/nntp/nntp.h index 2ef79de..a111b67 100644 --- a/nntp/nntp.h +++ b/nntp/nntp.h @@ -48,8 +48,8 @@ typedef struct { time_t newgroups_time; time_t check_time; HASH *newsgroups; - LIST *list; /* list of newsgroups */ - LIST *tail; /* last entry of list */ + string_list_t *list; /* list of newsgroups */ + string_list_t *tail; /* last entry of list */ CONNECTION *conn; } NNTP_SERVER;