mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
include/: refactor header files more
This commit is contained in:
parent
53266a0d5a
commit
4d1363dcae
32 changed files with 130 additions and 78 deletions
10
include/common/spawn.h
Normal file
10
include/common/spawn.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue