more hash code simplifications.
[apps/madmutt.git] / nntp / nntp.h
index bdd2936..de7627f 100644 (file)
@@ -47,7 +47,7 @@ typedef struct {
   time_t mtime;
   time_t newgroups_time;
   time_t check_time;
-  HASH *newsgroups;
+  hash_t *newsgroups;
   string_list_t *list;                   /* list of newsgroups */
   string_list_t *tail;                   /* last entry of list */
   CONNECTION *conn;