diff -r 5a58606726f3 -r 068a58b96965 master/pdo.h --- a/master/pdo.h Tue Feb 19 14:05:59 2008 +0000 +++ b/master/pdo.h Tue Feb 19 14:06:50 2008 +0000 @@ -79,11 +79,13 @@ void ec_pdo_clear(ec_pdo_t *); int ec_pdo_set_name(ec_pdo_t *, const char *); int ec_pdo_copy_entries(ec_pdo_t *, const ec_pdo_t *); +int ec_pdo_equal_entries(const ec_pdo_t *, const ec_pdo_t *); void ec_pdo_entry_init(ec_pdo_entry_t *); int ec_pdo_entry_init_copy(ec_pdo_entry_t *, const ec_pdo_entry_t *); void ec_pdo_entry_clear(ec_pdo_entry_t *); int ec_pdo_entry_set_name(ec_pdo_entry_t *, const char *); +int ec_pdo_entry_equal(const ec_pdo_entry_t *, const ec_pdo_entry_t *); /*****************************************************************************/