From 379745fa8336fe94c44cdbd20876a3dc94798b72 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Sun, 27 May 2007 12:42:53 +0200 Subject: [PATCH] simplifications Signed-off-by: Pierre Habouzit --- nntp.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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); -- 2.20.1