X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=nntp%2Fnntp.h;h=3e40fb7623c57005b89f0365fe40ebe59b5501c6;hp=f8a389f7c4e37f26c878665c8937c6e8496677df;hb=baf86ef44a449017ea20c3fcb252b66dc43fe6ce;hpb=b08f9bb863302b8a1e2c1ebb3d4f2be00f6bd759 diff --git a/nntp/nntp.h b/nntp/nntp.h index f8a389f..3e40fb7 100644 --- a/nntp/nntp.h +++ b/nntp/nntp.h @@ -13,7 +13,7 @@ #define _NNTP_H_ 1 #include "mutt_socket.h" -#include "mailbox.h" +#include "mx.h" #include @@ -103,8 +103,8 @@ NNTP_DATA *mutt_newsgroup_uncatchup (NNTP_SERVER *, char *); void nntp_clear_cacheindex (NNTP_SERVER *); int mutt_newsrc_update (NNTP_SERVER *); int nntp_open_mailbox (CONTEXT *); -int nntp_sync_mailbox (CONTEXT *); -int nntp_check_mailbox (CONTEXT *); +int nntp_sync_mailbox (CONTEXT *, int, int*); +int nntp_check_mailbox (CONTEXT *, int*, int); int nntp_close_mailbox (CONTEXT *); void nntp_fastclose_mailbox (CONTEXT *); int nntp_fetch_message (MESSAGE *, CONTEXT *, int);