mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	pipewire: module-avb: add some missing declarations
This commit is contained in:
		
							parent
							
								
									5b05c1c430
								
							
						
					
					
						commit
						c57afbccc1
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -75,5 +75,6 @@ struct avb_packet_acmp {
 | 
				
			||||||
#define AVB_PACKET_ACMP_GET_STATUS(p)			AVB_PACKET_GET_SUB2(&(p)->hdr)
 | 
					#define AVB_PACKET_ACMP_GET_STATUS(p)			AVB_PACKET_GET_SUB2(&(p)->hdr)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct avb_acmp *avb_acmp_register(struct server *server);
 | 
					struct avb_acmp *avb_acmp_register(struct server *server);
 | 
				
			||||||
 | 
					void avb_acmp_unregister(struct avb_acmp *acmp);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif /* AVB_ACMP_H */
 | 
					#endif /* AVB_ACMP_H */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -81,5 +81,6 @@ struct avb_packet_adp {
 | 
				
			||||||
#define AVB_PACKET_ADP_GET_VALID_TIME(p)		AVB_PACKET_GET_SUB2(&(p)->hdr)
 | 
					#define AVB_PACKET_ADP_GET_VALID_TIME(p)		AVB_PACKET_GET_SUB2(&(p)->hdr)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct avb_adp *avb_adp_register(struct server *server);
 | 
					struct avb_adp *avb_adp_register(struct server *server);
 | 
				
			||||||
 | 
					void avb_adp_unregister(struct avb_adp *adp);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif /* AVB_ADP_H */
 | 
					#endif /* AVB_ADP_H */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue