repo.or.cz
/
git
/
repo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix formatting for urls section of fetch, pull, and push manpages
[git/repo.git]
/
rsh.h
blob
3b4194239dc419c38910012b129c4c92b72ef8ad
1
#ifndef RSH_H
2
#define RSH_H
3
4
int
setup_connection
(
int
*
fd_in
,
int
*
fd_out
,
const char
*
remote_prog
,
5
char
*
url
,
int
rmt_argc
,
char
**
rmt_argv
);
6
7
#endif