diff options
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, |
