]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel_ipc.c
* Changed "express message" to "instant message" everywhere in the code
[citadel.git] / citadel / citadel_ipc.c
index 48338024e0a5153e01cb08f14dd1a3a35b3b2108..103bc5b3e97e481f641ff820fd34864ccd39c55e 100644 (file)
@@ -63,7 +63,7 @@ void CtdlIPC_SetNetworkStatusCallback(CtdlIPC *ipc, void (*hook)(int state)) {
 }
 
 
-char express_msgs = 0;
+char instant_msgs = 0;
 
 
 static void serv_read(CtdlIPC *ipc, char *buf, unsigned int bytes);
@@ -2388,7 +2388,7 @@ int CtdlIPCGenericCommand(CtdlIPC *ipc,
        while (1) {
                CtdlIPC_getline(ipc, proto_response);
                if (proto_response[3] == '*')
-                       express_msgs = 1;
+                       instant_msgs = 1;
                ret = atoi(proto_response);
                strcpy(proto_response, &proto_response[4]);
                switch (ret / 100) {