X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/a915f7d45ee44112209334fa8942bd0f13765bb7..39c1a4efe0cbf736c421555ae05032089074e2ba:/src/helpfile.h diff --git a/src/helpfile.h b/src/helpfile.h index aff7ca1..9d9ed3c 100644 --- a/src/helpfile.h +++ b/src/helpfile.h @@ -3,7 +3,7 @@ * * This file is part of x3. * - * srvx is free software; you can redistribute it and/or modify + * x3 is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. @@ -37,6 +37,7 @@ extern struct userNode *message_dest; /* message destination; useful in expansio #define TABLE_REPEAT_ROWS 0x0004 /* put more than one row on a line? */ #define TABLE_NO_FREE 0x0008 /* don't free the contents? */ #define TABLE_NO_HEADERS 0x0010 /* is there actually no header? */ +#define TABLE_NO_FOOTER 0x0020 /* Dont send a -----End---- footer */ struct helpfile_table { unsigned int length : 16;