X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d0f04f713ca0b689f745842fcc9e61d24610f11a..c99dcaf6a0f9c7798580fc9f315d7b368c9f972c:/src/helpfile.h diff --git a/src/helpfile.h b/src/helpfile.h index 6fbe65f..9d9ed3c 100644 --- a/src/helpfile.h +++ b/src/helpfile.h @@ -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;