Revision b879de1812f390e20f5ac7eb3aad9f83db02fae1 authored by Junio C Hamano on 22 June 2006, 09:19:08 UTC, committed by Junio C Hamano on 22 June 2006, 09:19:08 UTC
* jc/waitpid:
  Restore SIGCHLD to SIG_DFL where we care about waitpid().
2 parent s e94528a + f0b7367
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