sync with sylpheed 0.4.99cvs2
[claws.git] / src / news.h
index 0ea35476008824a7c6e8a82b10b02f90f2556962..8bd2b6dc418faaec4ca2975a9aed28e5e6faf0fa 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999,2000 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2001 Hiroyuki Yamamoto
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -24,6 +24,7 @@
 
 #include "folder.h"
 #include "session.h"
+#include "nntp.h"
 
 typedef struct _NNTPSession    NNTPSession;
 
@@ -33,12 +34,11 @@ struct _NNTPSession
 {
        Session session;
 
+       NNTPSockInfo *nntp_sock;
        gchar *group;
 };
 
 
-Session *news_session_new              (const gchar    *server,
-                                        gushort         port);
 void news_session_destroy              (NNTPSession    *session);
 NNTPSession *news_session_get          (Folder         *folder);