summaryrefslogtreecommitdiff
path: root/rsh.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsh.h')
-rw-r--r--rsh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsh.h b/rsh.h
index 3b41942..ee2f499 100644
--- a/rsh.h
+++ b/rsh.h
@@ -1,7 +1,7 @@
#ifndef RSH_H
#define RSH_H
-int setup_connection(int *fd_in, int *fd_out, const char *remote_prog,
+int setup_connection(int *fd_in, int *fd_out, const char *remote_prog,
char *url, int rmt_argc, char **rmt_argv);
#endif