diff -r 07fd94c5119d -r 72e7507b3f1b master/sync.h --- a/master/sync.h Thu Sep 13 11:08:46 2007 +0000 +++ b/master/sync.h Wed Oct 03 08:58:01 2007 +0000 @@ -83,6 +83,8 @@ int ec_sync_add_pdo(ec_sync_t *, const ec_pdo_t *); void ec_sync_clear_pdos(ec_sync_t *); +ec_pdo_type_t ec_sync_get_pdo_type(const ec_sync_t *); + /*****************************************************************************/ #endif