Staging
v0.5.1
https://github.com/git/git
Revision 78ff5cf6b5595fa3ae291fa9ee3595b7c7cc624a authored by Junio C Hamano on 11 January 2006, 00:19:11 UTC, committed by Junio C Hamano on 11 January 2006, 00:19:11 UTC
2 parent s eb858c6 + d5a6aaf
Raw File
Tip revision: 78ff5cf6b5595fa3ae291fa9ee3595b7c7cc624a authored by Junio C Hamano on 11 January 2006, 00:19:11 UTC
GIT 1.1.1
Tip revision: 78ff5cf
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