mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
	
		
			149 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			149 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								#ifndef UTIL_TOKEN_H
							 | 
						||
| 
								 | 
							
								#define UTIL_TOKEN_H
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#include <stdbool.h>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TOKEN_STRLEN 33
							 | 
						||
| 
								 | 
							
								bool generate_token(char out[static TOKEN_STRLEN]);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#endif
							 |