mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
add permissions to actions
This commit is contained in:
parent
433c898839
commit
d85e7d8158
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