mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
add permissions to actions
This commit is contained in:
parent
065485a08d
commit
f084a99f29
6 changed files with 24 additions and 7 deletions
|
|
@ -21,7 +21,7 @@ pid_t spawn_primary_client(const char *command);
|
|||
* spawn_async_no_shell - execute asynchronously
|
||||
* @command: command to be executed
|
||||
*/
|
||||
void spawn_async_no_shell(char const *command);
|
||||
void spawn_async_no_shell(char const *command, int socket_fd);
|
||||
|
||||
/**
|
||||
* spawn_piped - execute asynchronously
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue