Revision b93aa3ec9506618e9a22c04d775b35f31e7e068f authored by Junio C Hamano on 16 September 2005, 06:33:03 UTC, committed by Junio C Hamano on 16 September 2005, 06:33:03 UTC
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent c6ae615
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