Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
| #ifndef XSUSPENDER_SUBPROCESS_H | |
| #define XSUSPENDER_SUBPROCESS_H | |
| #include <sys/types.h> | |
| #include "xsuspender.h" | |
| int xsus_exec_subprocess (char **argv, WindowEntry *entry); | |
| void xsus_kill_subtree (pid_t pid, int signal, char *cmd_pattern); | |
| #endif // XSUSPENDER_SUBPROCESS_H |