mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			112 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			112 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef UTIL_UUID_H
 | 
						|
#define UTIL_UUID_H
 | 
						|
 | 
						|
#include <stdbool.h>
 | 
						|
 | 
						|
bool generate_uuid(char out[static 37]);
 | 
						|
 | 
						|
#endif
 |