Staging
v0.5.1
Revision 552ce11006e39bd07efd79946f180df47aa35b4e authored by Junio C Hamano on 29 September 2007, 23:07:46 UTC, committed by Junio C Hamano on 29 September 2007, 23:07:46 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent b7bb760
Raw File
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