Sign in
googlers
/
jrn
/
git
/
586801650824f0f7b62c34a206b6a60ffbcd8be0
/
.
/
rsh.h
blob: ee2f49929131c684bcffa3e95a1ee29521e8818b [
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