]> git.ipfire.org Git - thirdparty/git.git/blame - rsh.h
Fix bogus use of printf in t3700 test
[thirdparty/git.git] / rsh.h
CommitLineData
6eb7ed54
DB
1#ifndef RSH_H
2#define RSH_H
3
a6080a0a 4int setup_connection(int *fd_in, int *fd_out, const char *remote_prog,
6eb7ed54
DB
5 char *url, int rmt_argc, char **rmt_argv);
6
7#endif