Revision d5bc7eecbbb0b9f6122708bf5cd62f78ebdaafd8 authored by Junio C Hamano on 25 September 2005, 07:36:26 UTC, committed by Junio C Hamano on 25 September 2005, 07:41:15 UTC
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent cfd8aef
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