Sign in
googlers
/
jrn
/
git
/
e03e05ff73a6f6b4f32eb5cd13b4f1e43275e42f
/
.
/
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