Staging
v0.5.1
Revision b13ef4916ac5a25cc5897f85ba0b4c5953cff609 authored by Junio C Hamano on 15 August 2007, 22:01:20 UTC, committed by Junio C Hamano on 15 August 2007, 22:01:20 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 2ed2c22
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