mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	
		
			
	
	
		
			15 lines
		
	
	
	
		
			209 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
	
		
			209 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								#ifndef __LABWC_LOG_H
							 | 
						||
| 
								 | 
							
								#define __LABWC_LOG_H
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/**
							 | 
						||
| 
								 | 
							
								 * info - print info message
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								void info(const char *msg, ...);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/**
							 | 
						||
| 
								 | 
							
								 * warn - print warning
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								void warn(const char *err, ...);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#endif /* __LABWC_LOG_H */
							 |