Revision 3e58763542ab858ed2b2c7c704594f420df28c8b authored by Linus Torvalds on 14 July 2005, 18:39:27 UTC, committed by Linus Torvalds on 14 July 2005, 18:39:27 UTC
The same way the other pathspecs work.  Also fix missing success return
from the matching - not that anything actually uses this yet ;)
1 parent 0ca14a5
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