Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 990f856a62a24bfd56bac1f5e4581381369e4ede authored by Junio C Hamano on 23 September 2005, 04:53:33 UTC
GIT 0.99.7b
Tip revision: 990f856
rsh.h
#ifndef RSH_H
#define RSH_H

int setup_connection(int *fd_in, int *fd_out, const char *remote_prog, 
		     char *url, int rmt_argc, char **rmt_argv);

#endif
back to top