[Cvs-nserver-commits] CVS: cvs-nserver/src client.c,1.1.1.7.2.6.2.17,1.1.1.7.2.6.2.18
Brought to you by:
tyranny
From: Alexey M. <ty...@us...> - 2002-05-25 20:51:04
|
Update of /cvsroot/cvs-nserver/cvs-nserver/src In directory usw-pr-cvs1:/tmp/cvs-serv4392 Modified Files: Tag: NCLI-1-11-1 client.c Log Message: Make connect_to_forked_server() static: it is not exported Index: client.c =================================================================== RCS file: /cvsroot/cvs-nserver/cvs-nserver/src/client.c,v retrieving revision 1.1.1.7.2.6.2.17 retrieving revision 1.1.1.7.2.6.2.18 diff -u -d -r1.1.1.7.2.6.2.17 -r1.1.1.7.2.6.2.18 --- client.c 9 May 2002 13:20:31 -0000 1.1.1.7.2.6.2.17 +++ client.c 25 May 2002 20:51:01 -0000 1.1.1.7.2.6.2.18 @@ -3416,7 +3416,7 @@ /* Connect to a forked server process. */ -void +static void connect_to_forked_server (tofdp, fromfdp) int *tofdp, *fromfdp; { |