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

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/rsh.h
diff options
context:
space:
mode:
authorDaniel Barkalow <barkalow@iabervon.org>2007-09-11 07:02:40 +0400
committerJunio C Hamano <gitster@pobox.com>2007-09-19 14:22:30 +0400
commitfbdeef948bbc085124f9634d5108940dce5fc688 (patch)
treeace810dc3608ed06bc314344e6e9cf5655e02d93 /rsh.h
parentfc57b6aaa5bc59ecbe0c052b98196a93b35760a5 (diff)
Remove obsolete commit-walkers
Removes the commit-walkers that are no longer useful, as well as library code that was only used by ssh-fetch/push. Signed-off-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'rsh.h')
-rw-r--r--rsh.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/rsh.h b/rsh.h
deleted file mode 100644
index ee2f499291..0000000000
--- a/rsh.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#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