Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rsh.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/rsh.h
blob: ee2f49929131c684bcffa3e95a1ee29521e8818b (plain)
1
2
3
4
5
6
7
#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