simplifications
authorPierre Habouzit <madcoder@debian.org>
Sun, 27 May 2007 10:42:53 +0000 (12:42 +0200)
committerPierre Habouzit <madcoder@debian.org>
Sun, 27 May 2007 10:42:53 +0000 (12:42 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
nntp.h

diff --git a/nntp.h b/nntp.h
index c1bde6e..7acfa9e 100644 (file)
--- 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);