diff options
Diffstat (limited to 'fish/copy.c')
-rw-r--r-- | fish/copy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fish/copy.c b/fish/copy.c index a7274f35..bb6334c4 100644 --- a/fish/copy.c +++ b/fish/copy.c @@ -33,7 +33,7 @@ static int make_tar_output (const char *local, const char *basename); static int split_path (char *buf, size_t buf_size, const char *path, const char **dirname, const char **basename); int -do_copy_in (const char *cmd, int argc, char *argv[]) +run_copy_in (const char *cmd, int argc, char *argv[]) { if (argc < 2) { fprintf (stderr, @@ -176,7 +176,7 @@ tar_create (const char *dir, const char *path) } int -do_copy_out (const char *cmd, int argc, char *argv[]) +run_copy_out (const char *cmd, int argc, char *argv[]) { if (argc < 2) { fprintf (stderr, |