current article number variable is now in place
[citadel.git] / citadel / modules / nntp / serv_nntp.h
index e7aed6e1d3ae430f44263f1f2f9c3a69d19c182f..686416b2015ae4db59eb587b53ab2e1bb06feba5 100644 (file)
@@ -38,7 +38,7 @@ struct listgroup_range {
 
 
 typedef struct _citnntp {              // Information about the current session
-       int foo;                        // dummy thingo
+       long current_article_number;
 } citnntp;
 
 int wildmat(const char *text, const char *p);