Revision b9f441646c5c8abb92dc110d28decdfe2c9720b2 authored by Alexandre Julliard on 10 February 2007, 14:36:47 UTC, committed by Junio C Hamano on 11 February 2007, 20:47:22 UTC
This avoids some code duplication, and yields more readable results
for directory renames.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 1187d75
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