8 lines
153 B
C
8 lines
153 B
C
|
#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
|