labwc/include/common/spawn.h

11 lines
219 B
C
Raw Normal View History

2020-08-03 20:56:38 +01:00
#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 */