Deep rework of nntp_data_t (ex-NNTP_DATA) to make it list-able.
[apps/madmutt.git] / browser.h
index 5139afc..721889b 100644 (file)
--- a/browser.h
+++ b/browser.h
@@ -30,7 +30,7 @@ struct folder_file {
   unsigned selectable:1;
   unsigned inferiors:1;
 #ifdef USE_NNTP
-  NNTP_DATA *nd;
+  nntp_data_t *nd;
 #endif
   unsigned tagged:1;
 };