Staging
v0.5.1
Revision f48a203a563ae8a46daa8b8923b5d81dc40502fb authored by Junio C Hamano on 25 July 2007, 04:39:33 UTC, committed by Junio C Hamano on 25 July 2007, 07:06:53 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent ceefa44
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