tail is always a list_item**.
[apps/madmutt.git] / nntp / nntp.h
index 0fe2605..18b20fe 100644 (file)
@@ -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;