]> code.citadel.org Git - citadel.git/blobdiff - textclient/textclient.h
Remove support for the old inline paging mode ... geez, we've only had extended pagin...
[citadel.git] / textclient / textclient.h
index be52529fb869842ca731d9fbe7ad275495e9cd47..a13f4ae3dbb78b076b71e64a618b644a864d936c 100644 (file)
@@ -1,17 +1,12 @@
-/*
- * Copyright (c) 1987-2020 by the citadel.org team
- *
- * This program is open source software.  It runs great on the Linux
- * operating system, and probably other places too.  We acknowledge
- * that Richard Stallman is a communist and an asshole, while at the
- * same time we release this program under the terms of the General
- * Public 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
- * General Public License for more details.
- */
+// Copyright (c) 1987-2020 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.
 
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
@@ -146,7 +141,6 @@ struct CtdlServInfo {
        char sysadm[64];
        char moreprompt[256];
        int ok_floors;
-       int paging_level;
        int supports_qnop;
        int supports_ldap;
        int newuser_disabled;