Revision 88cd621deedd2aab8f0a4c6ea3afed7269e66d0c authored by Junio C Hamano on 30 September 2005, 21:02:47 UTC, committed by Junio C Hamano on 01 October 2005, 05:12:01 UTC
Signed-off-by: Junio C Hamano <junio@twinsun.com>
1 parent 894a8a8
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