Staging
v0.5.1
Revision 7685227e973fce34340d3766b1775263751afa56 authored by Junio C Hamano on 28 March 2007, 22:58:09 UTC, committed by Junio C Hamano on 28 March 2007, 22:58:09 UTC
1 parent 43a8e4f
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