include/: refactor header files more

This commit is contained in:
Johan Malm 2020-08-03 20:56:38 +01:00
parent 53266a0d5a
commit 4d1363dcae
32 changed files with 130 additions and 78 deletions

10
include/common/spawn.h Normal file
View 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 */