diff options
| author | Andre Noll <maan@tuebingen.mpg.de> | 2026-07-22 19:43:18 +0200 |
|---|---|---|
| committer | Andre Noll <maan@tuebingen.mpg.de> | 2026-08-01 22:18:30 +0200 |
| commit | 542c4a5da15efc05342f99e092e6a2e2b831c126 (patch) | |
| tree | 9497c71cf0e2aa04d6980291862869f9921b148c /para.h | |
| parent | a65650c6ecc4b5d1e1af9c856c0f96c9056b724f (diff) | |
This is shorter and conveys enough information. Rename the static para_exec()
as well.
Diffstat (limited to 'para.h')
| -rw-r--r-- | para.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ extern __printf_2_3 void (*para_log)(int, const char*, ...); #define AUTH_REQUEST_MSG "auth rsa " /* exec */ -int para_exec_cmdline_pid(pid_t *pid, const char *cmdline, int *fds); +int xexec(pid_t *pid, const char *cmdline, int *fds); /* time */ int tv_diff(const struct timeval *b, const struct timeval *a, |
