mirror of
				https://git.proxmox.com/git/libgit2
				synced 2025-10-31 19:49:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			144 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			144 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __CLAR_LIBGIT2_TRACE__
 | |
| #define __CLAR_LIBGIT2_TRACE__
 | |
| 
 | |
| void cl_global_trace_register(void);
 | |
| void cl_global_trace_disable(void);
 | |
| 
 | |
| #endif
 | 
