Revision a87e8be2aece466e3f41dfde81c80709e1d56cd3 authored by Linus Torvalds on 14 July 2005, 02:45:26 UTC, committed by Linus Torvalds on 14 July 2005, 02:45:26 UTC
.. and does a "git-upload-pack" on demand.
1 parent 85c414b
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