Staging
v0.5.1
https://github.com/git/git
Revision ffb293b63d13b3b06b454a5f9f0ff6802ef15f0d authored by Junio C Hamano on 12 July 2007, 19:01:47 UTC, committed by Junio C Hamano on 12 July 2007, 19:01:47 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent ec0603e
Raw File
Tip revision: ffb293b63d13b3b06b454a5f9f0ff6802ef15f0d authored by Junio C Hamano on 12 July 2007, 19:01:47 UTC
GIT 1.5.2.4
Tip revision: ffb293b
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