* remember the total size a downloadable file has
[citadel.git] / citadel / context.h
index b8e48c42ab90c58a141f79dae37d59b454af6463..ff62295e708cfaf411e5f2c9033ebfdc94eb6004 100644 (file)
@@ -64,6 +64,7 @@ struct CitContext {
        char cs_inet_fn[128];                   /* Friendly-name of outbound Internet mail */
 
        FILE *download_fp;      /* Fields relating to file transfer */
+       size_t download_fp_total;
        char download_desired_section[128];
        FILE *upload_fp;
        char upl_file[256];