* 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__
int colour;
uint64_t parent;
struct ll *sigs;
+ struct ll *signs;
bool gotsigs;
+ bool disabled;
};
#endif /* __KEYSTRUCTS_H__ */