]> the.earth.li Git - onak.git/blobdiff - keystructs.h
cscvs to tla changeset 77
[onak.git] / keystructs.h
index ec1d55556719b1f758c2d660095bdc1506c6a47c..42f097118341b7a6b3e2e33263629243568c5817 100644 (file)
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
+ *
+ * $Id: keystructs.h,v 1.6 2003/06/04 20:57:09 noodles Exp $
  */
 
 #ifndef __KEYSTRUCTS_H__
@@ -94,7 +96,9 @@ struct stats_key {
        int colour;
        uint64_t parent;
        struct ll *sigs;
+       struct ll *signs;
        bool gotsigs;
+       bool disabled;
 };
 
 #endif /* __KEYSTRUCTS_H__ */