Revision 353ce81597e831969ac37d6991346f8c39c1488e authored by Jonas Fonseca on 31 December 2005, 17:37:15 UTC, committed by Junio C Hamano on 06 January 2006, 02:44:28 UTC
In addition, also fixes a few synopses to be more consistent and a gitlink.

Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 6ff0b1c
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