diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Process.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/Process.hpp b/include/Process.hpp index 40373b5..6fd8c31 100644 --- a/include/Process.hpp +++ b/include/Process.hpp @@ -17,6 +17,5 @@ namespace gsr { pid_t exec_program(const char **args, int *read_fd); // Arguments ending with NULL. Returns the exit status of the program or -1 on error int exec_program_get_stdout(const char **args, std::string &result); - // |output_buffer| should be at least PATH_MAX in size - bool read_cmdline_arg0(const char *filepath, char *output_buffer); + pid_t pidof(const char *process_name); }
\ No newline at end of file |