amended CAPABILITIES and other stuff meow
[citadel.git] / citadel / modules / nntp / serv_nntp.h
index 0a734c428abd002f9cfb58b4b1ad476fccac68a6..ce008e5e9c19ffe104507128df7ae4a44988028e 100644 (file)
@@ -23,6 +23,7 @@ struct nntp_msglist {
 // data passed by the LIST commands to its helper function
 struct nntp_list_data {
        int list_format;
+       char *wildmat;
 };