aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Process.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Process.hpp b/include/Process.hpp
index 56d06b8..bd76306 100644
--- a/include/Process.hpp
+++ b/include/Process.hpp
@@ -12,5 +12,7 @@ namespace gsr {
// Arguments ending with NULL
bool exec_program_daemonized(const char **args);
+ // Arguments ending with NULL
+ pid_t exec_program(const char **args);
bool is_gpu_screen_recorder_running(pid_t &gsr_pid, GsrMode &mode);
} \ No newline at end of file