From: Pierre Habouzit Date: Sun, 27 May 2007 10:42:53 +0000 (+0200) Subject: simplifications X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=379745fa8336fe94c44cdbd20876a3dc94798b72 simplifications Signed-off-by: Pierre Habouzit --- diff --git a/nntp.h b/nntp.h index c1bde6e..7acfa9e 100644 --- a/nntp.h +++ b/nntp.h @@ -77,10 +77,6 @@ typedef struct { NNTP_CACHE acache[NNTP_CACHE_LEN]; } NNTP_DATA; -/* internal functions */ -int nntp_get_active (NNTP_SERVER *); - -/* exposed interface */ NNTP_SERVER *mutt_select_newsserver (char *); NNTP_DATA *mutt_newsgroup_subscribe (NNTP_SERVER *, char *); NNTP_DATA *mutt_newsgroup_unsubscribe (NNTP_SERVER *, char *); @@ -93,6 +89,7 @@ int nntp_fetch_message (MESSAGE *, CONTEXT *, int); int nntp_post (const char *); int nntp_check_msgid (CONTEXT *, const char *); int nntp_check_children (CONTEXT *, const char *); +int nntp_get_active (NNTP_SERVER *); void nntp_buffy (char* dst, ssize_t dstlen); void nntp_expand_path (char *, ssize_t, ACCOUNT *); void nntp_logout_all(void);