mirror of
https://github.com/labwc/labwc.git
synced 2025-11-07 13:30:06 -05:00
7 lines
103 B
C
7 lines
103 B
C
|
|
#ifndef SPAWN_H
|
||
|
|
#define SPAWN_H
|
||
|
|
|
||
|
|
void spawn_async_no_shell(char const *command);
|
||
|
|
|
||
|
|
#endif /* SPAWN_H */
|