X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=nntp%2Fnntp.h;h=18b20fe6a34620c5c9cd21c36b802922051e5d7a;hp=0fe2605e6f1199f763fadd44e4fa2316de9c73b7;hb=1f34780e2ee55984ebd4265bd7b308c6aeee348f;hpb=59d195148a72f4baae904952911a246c1b4eeac4 diff --git a/nntp/nntp.h b/nntp/nntp.h index 0fe2605..18b20fe 100644 --- a/nntp/nntp.h +++ b/nntp/nntp.h @@ -50,7 +50,7 @@ typedef struct { time_t check_time; hash_t *newsgroups; string_list_t *list; /* list of newsgroups */ - string_list_t *tail; /* last entry of list */ + string_list_t **tail; /* last entry of list */ CONNECTION *conn; } NNTP_SERVER;