Revision d35bbe0b2e3765639c23978783a5319dfad33992 authored by Sergey Vlasov on 23 September 2005, 12:28:18 UTC, committed by Junio C Hamano on 23 September 2005, 21:30:45 UTC
When freeing a tree entry, must free its name too.

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent a95cb6f
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