work on a way to output the success / failure state for editing a user vcard to the...
[citadel.git] / citadel / context.h
index e0cad917b5d0c375858307ec03c7317432e01ce1..5e9d998acb9d8a9e4798da2e6a4fc9df15ae9636 100644 (file)
@@ -58,6 +58,7 @@ struct CitContext {
        int is_local_socket;    /* set to 1 if client is on unix domain sock */
        /* Redirect this session's output to a memory buffer? */
        StrBuf *redirect_buffer;                /* the buffer */
+       StrBuf *StatusMessage;
 #ifdef HAVE_OPENSSL
        SSL *ssl;
        int redirect_ssl;