X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Ftools.h;h=320cb797665b426d5114b506126e3c851044b164;hp=e6e7f13c7b2cae30377c474c3a4f8f5566aee38a;hb=4812835346f724fcea86e78f741cc6c72c86b676;hpb=689da1db7e2517c187ce76c6c553e20d630a7f36 diff --git a/src/tools.h b/src/tools.h index e6e7f13..320cb79 100644 --- a/src/tools.h +++ b/src/tools.h @@ -1,4 +1,4 @@ -/* tools.h - NeonServ v5.4 +/* tools.h - NeonServ v5.6 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -19,9 +19,10 @@ #include "main.h" -#define TABLE_FLAG_USE_POINTER 0x01 -#define TABLE_FLAG_COL_BOLD 0x02 -#define TABLE_FLAG_COL_CONTENTS 0x04 +#define TABLE_FLAG_USE_POINTER 0x01 +#define TABLE_FLAG_COL_BOLD 0x02 +#define TABLE_FLAG_COL_CONTENTS 0x04 +#define TABLE_FLAG_COL_SKIP_NULL 0x08 struct ClientSocket; struct UserNode;