mirror of
https://github.com/labwc/labwc.git
synced 2026-04-18 06:46:46 -04:00
add permissions to actions
This commit is contained in:
parent
589ea47920
commit
bed325a7ff
6 changed files with 28 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