X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keystructs.h;h=42f097118341b7a6b3e2e33263629243568c5817;hb=1044f25379a43ce9cc5cd3b780abfdbcf49b06d5;hp=e145fdf7af1b7a15ff744123ef3b6cff18f8162c;hpb=e3ee7975fc8f8b343390272663b8c644030b17c1;p=onak.git diff --git a/keystructs.h b/keystructs.h index e145fdf..42f0971 100644 --- a/keystructs.h +++ b/keystructs.h @@ -4,6 +4,8 @@ * Jonathan McDowell * * 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; };