]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/hash.h
changing some errors to warnings
[irc/evilnet/x3.git] / src / hash.h
index cc44bdb52372e00734b119c2c941440376a6e158..976765062feb6c67bfb86afefdbc491d423f858f 100644 (file)
@@ -5,7 +5,7 @@
  *
  * 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
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -210,6 +210,7 @@ struct userNode {
     int dma_code;
     int area_code;
     
+    char *mark;                   /* only filled if they are marked */
     char *version_reply;          /* only filled in if a version query was triggered */
 
     time_t timestamp;             /* Time of last nick change */