aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/core/exec.h')
-rw-r--r--include/osmocom/core/exec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/core/exec.h b/include/osmocom/core/exec.h
index 6bbd352c..e63ec114 100644
--- a/include/osmocom/core/exec.h
+++ b/include/osmocom/core/exec.h
@@ -25,4 +25,5 @@ extern const char *osmo_environment_whitelist[];
int osmo_environment_filter(char **out, size_t out_len, char **in, const char **whitelist);
int osmo_environment_append(char **out, size_t out_len, char **in);
int osmo_close_all_fds_above(int last_fd_to_keep);
+int osmo_system_nowait2(const char *command, const char **env_whitelist, char **addl_env, const char *user);
int osmo_system_nowait(const char *command, const char **env_whitelist, char **addl_env);