Sign in
code
/
git
/
81f2bb1f54b20abefa9d102ea98c4ac73d81a66d
/
.
/
rsh.h
blob: 97e4f20b2b80662269827d77f3104025143087e7 [
file
] [
log
] [
blame
]
#ifndef
RSH_H
#define
RSH_H
int
setup_connection
(
int
*
fd_in
,
int
*
fd_out
,
char
*
remote_prog
,
char
*
url
,
int
rmt_argc
,
char
**
rmt_argv
);
#endif