Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 0de62e598552765eb674b72bbaf55b2e2933f617 authored by Junio C Hamano on 11 January 2006, 00:20:22 UTC
GIT 1.0.9
Tip revision: 0de62e5
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