summaryrefslogtreecommitdiff
path: root/rsh.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsh.h')
-rw-r--r--rsh.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/rsh.h b/rsh.h
new file mode 100644
index 0000000..97e4f20
--- /dev/null
+++ b/rsh.h
@@ -0,0 +1,7 @@
+#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