Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 235d521da60e4699e5bd59ac658b5b48bd76ddca authored by Junio C Hamano on 02 November 2005, 05:58:53 UTC
GIT 0.99.9b
Tip revision: 235d521
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