diff -r 55a6e3294dab -r 656f114153c2 lib/domain.h --- a/lib/domain.h Sun Jun 06 23:21:09 2010 +0200 +++ b/lib/domain.h Thu Sep 16 08:35:21 2010 +0200 @@ -33,9 +33,14 @@ /*****************************************************************************/ struct ec_domain { + ec_domain_t *next; unsigned int index; ec_master_t *master; uint8_t *process_data; }; /*****************************************************************************/ + +void ec_domain_clear(ec_domain_t *); + +/*****************************************************************************/