]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* Added in a bunch of stupid JavaScript to allow the instant message
[citadel.git] / webcit / webcit.h
index 254f305d4a8f3290441c83748e36bfd90ccd2b9a..82301a26dabd0f21a1940d1204e0554c15a47274 100644 (file)
@@ -212,7 +212,7 @@ struct wcsession {
        long msgarr[4096];              /* for read operations */
        int is_wap;                     /* Client is a WAP gateway */
        struct urlcontent *urlstrings;
-       int HaveExpressMessages;        /* Nonzero if incoming msgs exist */
+       int HaveInstantMessages;        /* Nonzero if incoming msgs exist */
        struct wcsubst *vars;
        char this_page[SIZ];            /* address of current page */
        char http_host[SIZ];            /* HTTP Host: header */