diff options
| author | Martin Pool <mbp@samba.org> | 2002-04-08 07:39:56 +0000 |
|---|---|---|
| committer | Martin Pool <mbp@samba.org> | 2002-04-08 07:39:56 +0000 |
| commit | b44be3e944d80a91a0957b1951110e4acc821e55 (patch) | |
| tree | 1dd8b2f37a0d4135ac1768103aef39c0543f5f94 /pipe.c | |
| parent | fc0302cf078d686018ae755e89ac2b176001aec7 (diff) | |
| download | android_external_rsync-b44be3e944d80a91a0957b1951110e4acc821e55.tar.gz android_external_rsync-b44be3e944d80a91a0957b1951110e4acc821e55.tar.bz2 android_external_rsync-b44be3e944d80a91a0957b1951110e4acc821e55.zip | |
Fix prototype.
Diffstat (limited to 'pipe.c')
| -rw-r--r-- | pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ pid_t piped_child(char **command, int *f_in, int *f_out) } pid_t local_child(int argc, char **argv,int *f_in,int *f_out, - int (*child_main)(int, char **)) + int (*child_main)(int, char*[])) { pid_t pid; int to_child_pipe[2]; |
