X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=textclient%2Ftextclient.h;h=0dfb14c76d2b5b95c02ec66aefd47e214e2626e0;hb=HEAD;hp=4923ece8e0d74f37838b46cff62a4422850d83a8;hpb=bb9560813e47a15af98f21b21b195da9e5858c67;p=citadel.git diff --git a/textclient/textclient.h b/textclient/textclient.h index 4923ece8e..576751e7f 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 are 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 Public License version 3. #define UDS "_UDS_" #define DEFAULT_HOST "localhost" #define DEFAULT_PORT "504" -#define CLIENT_VERSION 983 +#define CLIENT_VERSION 1000 #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