[PATCH 2/3] Support symlinks in git-ls-files --others.
[git/gitweb.git] / rsh.h
blob97e4f20b2b80662269827d77f3104025143087e7
1 #ifndef RSH_H
2 #define RSH_H
4 int setup_connection(int *fd_in, int *fd_out, char *remote_prog,
5 char *url, int rmt_argc, char **rmt_argv);
7 #endif