X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=nntp%2Fnntp.h;h=a111b67f0e2334dc6130fba2eead04f1d11ae1b8;hb=90c36546d834608e1ce96f4142ef9a1f6b405a7c;hp=d82bd606c25df8eddf198119c96125b3c57f29fa;hpb=08fa240d29322ece4c7bceebfae6c6d3fb856f0e;p=apps%2Fmadmutt.git diff --git a/nntp/nntp.h b/nntp/nntp.h index d82bd60..a111b67 100644 --- a/nntp/nntp.h +++ b/nntp/nntp.h @@ -12,7 +12,7 @@ #ifndef _NNTP_H_ #define _NNTP_H_ 1 -#include +#include #include "mx.h" #include @@ -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;