master/pdo.h
changeset 799 068a58b96965
parent 792 3778920f61e4
child 814 a51f857b1b2d
--- 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 *);
 
 /*****************************************************************************/