X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=rsh.h;h=3b4194239dc419c38910012b129c4c92b72ef8ad;hb=b19ee24b22b3c1d08f06e8f868f11d9e8639fd30;hp=97e4f20b2b80662269827d77f3104025143087e7;hpb=6eb7ed5403b7d57d5ed7e30d0cd0b312888ee95c;p=git.git diff --git a/rsh.h b/rsh.h index 97e4f20b..3b419423 100644 --- a/rsh.h +++ b/rsh.h @@ -1,7 +1,7 @@ #ifndef RSH_H #define RSH_H -int setup_connection(int *fd_in, int *fd_out, char *remote_prog, +int setup_connection(int *fd_in, int *fd_out, const char *remote_prog, char *url, int rmt_argc, char **rmt_argv); #endif