mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
	
		
			219 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			219 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								#ifndef __LABWC_SPAWN_H
							 | 
						||
| 
								 | 
							
								#define __LABWC_SPAWN_H
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/**
							 | 
						||
| 
								 | 
							
								 * spawn_async_no_shell - execute asyncronously
							 | 
						||
| 
								 | 
							
								 * @command: command to be executed
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								void spawn_async_no_shell(char const *command);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#endif /* __LABWC_SPAWN_H */
							 |