added comments in news.c and nntp.c
[claws.git] / src / nntp.c
index 0c7ed6e2ca30a028f0df6bda97a4bd4aa70480cc..708207830498cab3d566ca5151e646a0d83d7e56 100644 (file)
@@ -260,6 +260,11 @@ static gint nntp_gen_recv(gint sock, gchar *buf, gint size)
        return NN_SUCCESS;
 }
 
+/*
+  nntp_list sends the command "LIST" to the news server,
+  a function is needed to read the newsgroups list.
+ */
+
 gint nntp_list(gint sock)
 {
        GList * result = NULL;