Revision 09afcd6933e8497c997205dda71d718e62b4de62 authored by Alexandre Julliard on 11 August 2007, 10:22:47 UTC, committed by Junio C Hamano on 13 August 2007, 19:58:38 UTC
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 04d70be
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