X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=rsh.h;h=ee2f49929131c684bcffa3e95a1ee29521e8818b;hb=9a4cbdca34f6aa9424fce8a55fe9dd6f7c25d97b;hp=3b4194239dc419c38910012b129c4c92b72ef8ad;hpb=89ab859e9452cbc8f1f15afab52257e9b789c899;p=git.git diff --git a/rsh.h b/rsh.h index 3b4194239..ee2f49929 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, const 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