pipewire: module-avb: add some missing declarations

This commit is contained in:
Barnabás Pőcze 2023-07-01 23:02:18 +02:00
parent 5b05c1c430
commit c57afbccc1
2 changed files with 2 additions and 0 deletions

View file

@ -75,5 +75,6 @@ struct avb_packet_acmp {
#define AVB_PACKET_ACMP_GET_STATUS(p) AVB_PACKET_GET_SUB2(&(p)->hdr)
struct avb_acmp *avb_acmp_register(struct server *server);
void avb_acmp_unregister(struct avb_acmp *acmp);
#endif /* AVB_ACMP_H */

View file

@ -81,5 +81,6 @@ struct avb_packet_adp {
#define AVB_PACKET_ADP_GET_VALID_TIME(p) AVB_PACKET_GET_SUB2(&(p)->hdr)
struct avb_adp *avb_adp_register(struct server *server);
void avb_adp_unregister(struct avb_adp *adp);
#endif /* AVB_ADP_H */