labwc/include/spawn.h

7 lines
103 B
C
Raw Normal View History

2020-06-19 22:00:22 +01:00
#ifndef SPAWN_H
#define SPAWN_H
void spawn_async_no_shell(char const *command);
#endif /* SPAWN_H */