]> the.earth.li Git - onak.git/blobdiff - keystructs.h
cscvs to tla changeset 77
[onak.git] / keystructs.h
index e145fdf7af1b7a15ff744123ef3b6cff18f8162c..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,6 +96,7 @@ struct stats_key {
        int colour;
        uint64_t parent;
        struct ll *sigs;
+       struct ll *signs;
        bool gotsigs;
        bool disabled;
 };