Revision 1cb7f22e5c344026524300941f66573f313ff093 authored by c.shoemaker@cox.net on 29 October 2005, 04:16:01 UTC, committed by Junio C Hamano on 29 October 2005, 05:21:32 UTC
Signed-off-by: Chris Shoemaker <c.shoemaker at cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 0363ecf
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