X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/e3ee7975fc8f8b343390272663b8c644030b17c1..576754568dc383e78065e88e05eeb2d078524f9c:/keystructs.h 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; };