Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 8c4e4ef0f575cd60fb4bb6a70305fcb0ed85da6a authored by Junio C Hamano on 31 January 2007, 23:06:21 UTC
GIT v1.5.0-rc3
Tip revision: 8c4e4ef
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