Staging
v0.5.1
Revision c7c84859ad586ae5670224e1abc4f846f7c3a9ae authored by Junio C Hamano on 16 June 2007, 06:58:18 UTC, committed by Junio C Hamano on 16 June 2007, 08:13:35 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 4c7100a
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