mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
	
		
			268 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			268 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								#ifndef _SWAYBAR_SNI_WATCHER_H
							 | 
						||
| 
								 | 
							
								#define _SWAYBAR_SNI_WATCHER_H
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/**
							 | 
						||
| 
								 | 
							
								 * Starts the sni_watcher, the watcher is practically a black box and should
							 | 
						||
| 
								 | 
							
								 * only be accessed though functions described in its spec
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								int init_sni_watcher();
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#endif /* _SWAYBAR_SNI_WATCHER_H */
							 |