X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=textclient%2Ftextclient.h;fp=textclient%2Ftextclient.h;h=bc5d171aabbfb0e8cfcc418bd15a76b1256bc36e;hp=dadf79255836a392139cd77850a6d61ace39a2c3;hb=05abe4c6adfe1d12af53eba1e57046da8a038a88;hpb=7508496df78ca5da6d0f8cfb8811cc66620c60bb diff --git a/textclient/textclient.h b/textclient/textclient.h index dadf79255..bc5d171aa 100644 --- a/textclient/textclient.h +++ b/textclient/textclient.h @@ -1,17 +1,12 @@ -// Copyright (c) 1987-2022 by the citadel.org team +// Copyright (c) 1987-2024 by the citadel.org team // -// This program is open source software. Use, duplication, and/or -// disclosure is subject to the GNU General Purpose License version 3. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This program is open source software. Use, duplication, or disclosure +// is subject to the GNU General Purpose License version 3. #define UDS "_UDS_" #define DEFAULT_HOST "localhost" #define DEFAULT_PORT "504" -#define CLIENT_VERSION 996 +#define CLIENT_VERSION 997 #define CLIENT_TYPE 0 // commands we can send to the stty_ctdl() routine @@ -31,7 +26,7 @@ #define READ_HEADER 2 #define READ_MSGBODY 3 -#define NUM_CONFIGS 72 +#define NUM_CONFIGS 73 #define NEXT_KEY 15 #define STOP_KEY 3