Staging
v0.5.1
https://github.com/git/git
Revision 7193db3685b71be3e93aaac785bdc554d91d2167 authored by Junio C Hamano on 05 March 2007, 01:20:38 UTC, committed by Junio C Hamano on 05 March 2007, 01:20:38 UTC
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 2aa54fa
Raw File
Tip revision: 7193db3685b71be3e93aaac785bdc554d91d2167 authored by Junio C Hamano on 05 March 2007, 01:20:38 UTC
GIT 1.5.0.3
Tip revision: 7193db3
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