summaryrefslogtreecommitdiff
path: root/para.h
diff options
context:
space:
mode:
authorAndre Noll <maan@tuebingen.mpg.de>2026-07-22 19:43:18 +0200
committerAndre Noll <maan@tuebingen.mpg.de>2026-08-01 22:18:30 +0200
commit542c4a5da15efc05342f99e092e6a2e2b831c126 (patch)
tree9497c71cf0e2aa04d6980291862869f9921b148c /para.h
parenta65650c6ecc4b5d1e1af9c856c0f96c9056b724f (diff)
exec: Rename para_exec_cmdline_pid() to xexec().HEADnextmaster
This is shorter and conveys enough information. Rename the static para_exec() as well.
Diffstat (limited to 'para.h')
-rw-r--r--para.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/para.h b/para.h
index 5e296e7f..ec771af3 100644
--- a/para.h
+++ b/para.h
@@ -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,