Revision 92811b57674ce81e0d7fa1cfeca44023bc650641 authored by Fredrik Kuivinen on 15 December 2005, 22:47:57 UTC, committed by Junio C Hamano on 16 December 2005, 00:02:04 UTC
Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent c6f60f9
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