X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=textclient%2Ftextclient.h;h=922644642358d81d9a092aec432b536394ef9290;hb=25220160fc09e185bbf9f13f7565bb568cc5a463;hp=2fa619ee79dd5b35febb16537e60b99cf224b22c;hpb=22ff8a2f3dd704c2728dca07e28524edabc1463c;p=citadel.git diff --git a/textclient/textclient.h b/textclient/textclient.h index 2fa619ee7..922644642 100644 --- a/textclient/textclient.h +++ b/textclient/textclient.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1987-2018 by the citadel.org team + * Copyright (c) 1987-2019 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. @@ -13,7 +13,7 @@ #define UDS "_UDS_" #define DEFAULT_HOST "localhost" #define DEFAULT_PORT "504" -#define CLIENT_VERSION 920 +#define CLIENT_VERSION 924 #define CLIENT_TYPE 0 /* commands we can send to the stty_ctdl() routine */ @@ -479,9 +479,6 @@ int CtdlIPCTerminateSession(CtdlIPC *ipc, int sid, char *cret); int CtdlIPCTerminateServerNow(CtdlIPC *ipc, char *cret); int CtdlIPCTerminateServerScheduled(CtdlIPC *ipc, int mode, char *cret); int CtdlIPCEnterSystemMessage(CtdlIPC *ipc, const char *filename, const char *text, char *cret); -int CtdlIPCChangeHostname(CtdlIPC *ipc, const char *hostname, char *cret); -int CtdlIPCChangeRoomname(CtdlIPC *ipc, const char *roomname, char *cret); -int CtdlIPCChangeUsername(CtdlIPC *ipc, const char *username, char *cret); time_t CtdlIPCServerTime(CtdlIPC *ipc, char *crert); int CtdlIPCAideGetUserParameters(CtdlIPC *ipc, const char *who, struct ctdluser **uret, char *cret); int CtdlIPCAideGetEmailAddresses(CtdlIPC *ipc, const char *who, char *, char *cret);