Revision 71931c19658bd99747ebbb93f0155384ba97df2c authored by Linus Torvalds on 15 July 2005, 21:57:09 UTC, committed by Linus Torvalds on 15 July 2005, 21:57:09 UTC
Fix 'git-var.txt' and use "-b xhtml11" instead of "-b css-embedded" to
make asciidoc 7.0.1 happy.
1 parent 3eb5128
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