rationalize list handling in mutt a bit.
[apps/madmutt.git] / nntp / nntp.h
index 2ef79de..a111b67 100644 (file)
@@ -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;