X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keystructs.h;h=42f097118341b7a6b3e2e33263629243568c5817;hb=576754568dc383e78065e88e05eeb2d078524f9c;hp=ec1d55556719b1f758c2d660095bdc1506c6a47c;hpb=5913c95f2c7abf4c3cb06e27d384d80fb4c83547;p=onak.git diff --git a/keystructs.h b/keystructs.h index ec1d555..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,7 +96,9 @@ struct stats_key { int colour; uint64_t parent; struct ll *sigs; + struct ll *signs; bool gotsigs; + bool disabled; }; #endif /* __KEYSTRUCTS_H__ */