fixed path of mysql/errmsg.h (OSX compilation fix)
[NeonServV5.git] / src / tools.h
index 6a37f6b27deee5e6bc90fee178eaf70e197ef779..320cb797665b426d5114b506126e3c851044b164 100644 (file)
@@ -1,4 +1,4 @@
-/* tools.h - NeonServ v5.3
+/* tools.h - NeonServ v5.6
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
 
 #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;