X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fnntp%2Fserv_nntp.h;fp=citadel%2Fmodules%2Fnntp%2Fserv_nntp.h;h=686416b2015ae4db59eb587b53ab2e1bb06feba5;hb=9677aff73c13e45cfb04358d6f0e13c35803852d;hp=e7aed6e1d3ae430f44263f1f2f9c3a69d19c182f;hpb=720c01b58621857f8cd154deb6c1df84ef581cee;p=citadel.git diff --git a/citadel/modules/nntp/serv_nntp.h b/citadel/modules/nntp/serv_nntp.h index e7aed6e1d..686416b20 100644 --- a/citadel/modules/nntp/serv_nntp.h +++ b/citadel/modules/nntp/serv_nntp.h @@ -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);