mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	
		
			
	
	
		
			15 lines
		
	
	
	
		
			366 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
	
		
			366 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								#ifndef foopstreamutilhfoo
							 | 
						||
| 
								 | 
							
								#define foopstreamutilhfoo
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#include <inttypes.h>
							 | 
						||
| 
								 | 
							
								#include "pstream.h"
							 | 
						||
| 
								 | 
							
								#include "tagstruct.h"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* The tagstruct is freed!*/
							 | 
						||
| 
								 | 
							
								void pstream_send_tagstruct(struct pstream *p, struct tagstruct *t);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								void pstream_send_error(struct pstream *p, uint32_t tag, uint32_t error);
							 | 
						||
| 
								 | 
							
								void pstream_send_simple_ack(struct pstream *p, uint32_t tag);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#endif
							 |