Staging
v0.5.1
Revision ba70de01bb0c8a08135b63ace183bd3f4b149d9e authored by Junio C Hamano on 12 January 2007, 02:22:48 UTC, committed by Junio C Hamano on 12 January 2007, 02:22:48 UTC
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 94d2367
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