diff options
Diffstat (limited to 'rsh.h')
-rw-r--r-- | rsh.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/rsh.h b/rsh.h deleted file mode 100644 index 3b4194239d..0000000000 --- a/rsh.h +++ /dev/null @@ -1,7 +0,0 @@ -#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 |