Thanks Julien :)
[apps/madmutt.git] / browser.h
index 91764b6..721889b 100644 (file)
--- a/browser.h
+++ b/browser.h
@@ -11,7 +11,7 @@
 #define _BROWSER_H 1
 
 #ifdef USE_NNTP
-#include "nntp/nntp.h"
+#include "nntp.h"
 #endif
 
 struct folder_file {
@@ -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;
 };