Staging
v0.8.1
Revision 04509738b5779c33e59b93e4959b0ac19acab838 authored by Junio C Hamano on 29 December 2006, 10:25:04 UTC, committed by Junio C Hamano on 29 December 2006, 10:25:04 UTC
Not that this reveals anything new, but I did test_tick shell
function in test-lib and found it rather cute and nice.

Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent eff7375
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