Make builtin-rerere use of strbuf nicer and more efficient.
[git/dscho.git] / rsh.h
blobee2f49929131c684bcffa3e95a1ee29521e8818b
1 #ifndef RSH_H
2 #define RSH_H
4 int setup_connection(int *fd_in, int *fd_out, const char *remote_prog,
5 char *url, int rmt_argc, char **rmt_argv);
7 #endif