X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=nntp.h;h=9e8d1f74f13115cf8734a49ed7dd6cc0115696b2;hp=6d10aecada9984f774c2fa925a855bfcab9468ac;hb=94d1107856bbba2b77fbd3c0512b9e18f6ed574b;hpb=3187ee0f1c5d5661eec8aa7c663aaaf42bcd5f9c diff --git a/nntp.h b/nntp.h index 6d10aec..9e8d1f7 100644 --- a/nntp.h +++ b/nntp.h @@ -44,6 +44,7 @@ typedef struct nntp_server_t { time_t check_time; hash_t *newsgroups; nntp_data_t *list; /* list of newsgroups */ + nntp_data_t **tail; CONNECTION *conn; } nntp_server_t; @@ -91,7 +92,6 @@ nntp_data_t *mutt_newsgroup_subscribe (nntp_server_t *, char *); nntp_data_t *mutt_newsgroup_unsubscribe (nntp_server_t *, char *); nntp_data_t *mutt_newsgroup_catchup (nntp_server_t *, char *); nntp_data_t *mutt_newsgroup_uncatchup (nntp_server_t *, char *); -void nntp_clear_cacheindex (nntp_server_t *); int mutt_newsrc_update (nntp_server_t *); int nntp_close_mailbox (CONTEXT *); int nntp_fetch_message (MESSAGE *, CONTEXT *, int);