Sign in
googlers
/
jrn
/
git
/
e9195b584f6ad49b637b56be0705a7362a95d692
/
.
/
rsh.h
blob: 3b4194239dc419c38910012b129c4c92b72ef8ad [
file
] [
log
] [
blame
]
#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