Revision 22a06b3c474d256e945dbc0d2a830c3f467288b5 authored by Junio C Hamano on 20 November 2005, 03:21:11 UTC, committed by Junio C Hamano on 20 November 2005, 03:21:11 UTC
git-commit -v flag has been the default for quite some time, so
do not mention it.  Also a typofix.

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