X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/6c3ce3bb220df1fc08a0e3fd18ba18d48f7bc932..a8370a2040a877d2ec0c9c502e6d42fb9bcbf7a2:/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;