Revision 79ee456cf222982f7ee3f003440c57b5f7cffa8b authored by Sven Verdoolaege on 04 July 2005, 11:36:59 UTC, committed by Sven Verdoolaege on 04 July 2005, 11:36:59 UTC
1 parent 2eb6d82
Raw File
rsh.h
#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
back to top