mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Removed 'wait' parameter from spawn_program
This commit is contained in:
@@ -28,6 +28,6 @@
|
||||
#define SPAWN_PTY_FAILED 65529 // TODO
|
||||
#define SPAWN_USER_CANCELED 65528 // TODO
|
||||
|
||||
int spawn_program(const char* cmd, bool wait);
|
||||
int spawn_program(const char* cmd);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user