merge all nntp code in nntp.c and move it toplevel
[apps/madmutt.git] / browser.h
index 5edd06f..5139afc 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 {
@@ -37,8 +37,8 @@ struct folder_file {
 
 struct browser_state {
   struct folder_file *entry;
-  unsigned int entrylen;        /* number of real entries */
-  unsigned int entrymax;        /* max entry */
+  int entrylen;        /* number of real entries */
+  int entrymax;        /* max entry */
   short imap_browse;
   char *folder;
   unsigned noselect:1;