X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/5913c95f2c7abf4c3cb06e27d384d80fb4c83547..576754568dc383e78065e88e05eeb2d078524f9c:/keystructs.h 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__ */