diff -r ac2a057a8ef2 -r d491d1f84ebc master/master.h --- a/master/master.h Mon Jul 17 12:58:47 2006 +0000 +++ b/master/master.h Mon Jul 17 13:01:38 2006 +0000 @@ -152,7 +152,8 @@ // misc. void ec_master_clear_slaves(ec_master_t *); void ec_sync_config(const ec_sync_t *, const ec_slave_t *, uint8_t *); -void ec_eeprom_sync_config(const ec_eeprom_sync_t *, uint8_t *); +void ec_eeprom_sync_config(const ec_eeprom_sync_t *, const ec_slave_t *, + uint8_t *); void ec_fmmu_config(const ec_fmmu_t *, const ec_slave_t *, uint8_t *); void ec_master_output_stats(ec_master_t *);