Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: aadd4efa715f56e0eac5ac459c8ff4933b56d4ce authored by Junio C Hamano on 08 January 2008, 06:41:43 UTC
GIT 1.5.3.8
Tip revision: aadd4ef
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