git-subtree-dir: third_party/cgit git-subtree-split: 8fc0c81bbbed21ee30e8a48b2ab1066a029b7b32
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			186 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			186 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef UI_REFS_H
 | |
| #define UI_REFS_H
 | |
| 
 | |
| extern void cgit_print_branches(int maxcount);
 | |
| extern void cgit_print_tags(int maxcount);
 | |
| extern void cgit_print_refs(void);
 | |
| 
 | |
| #endif /* UI_REFS_H */
 |