Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
13 lines (7 sloc) 278 Bytes
#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
You can’t perform that action at this time.