[Cvs-nserver-commits] CVS: cvs-nserver/src cvs-server.h,1.1.6.1,1.1.6.1.2.1 fd.h,1.1.6.1,1.1.6.1.2.1
Brought to you by:
tyranny
From: Alexey M. <ty...@us...> - 2002-05-25 16:07:24
|
Update of /cvsroot/cvs-nserver/cvs-nserver/src In directory usw-pr-cvs1:/tmp/cvs-serv4560 Modified Files: Tag: NCLI-1-11-1 cvs-server.h fd.h Log Message: Tiny fixes Index: cvs-server.h =================================================================== RCS file: /cvsroot/cvs-nserver/cvs-nserver/src/Attic/cvs-server.h,v retrieving revision 1.1.6.1 retrieving revision 1.1.6.1.2.1 diff -u -d -r1.1.6.1 -r1.1.6.1.2.1 --- cvs-server.h 26 May 2001 14:26:23 -0000 1.1.6.1 +++ cvs-server.h 25 May 2002 16:07:21 -0000 1.1.6.1.2.1 @@ -18,8 +18,6 @@ #ifndef CVS_SERVER_H #define CVS_SERVER_H -#include "fd.h" - char *get_buffer (char *buf, int bufsize); char* strip_trailing_slash (char *repository); Index: fd.h =================================================================== RCS file: /cvsroot/cvs-nserver/cvs-nserver/src/Attic/fd.h,v retrieving revision 1.1.6.1 retrieving revision 1.1.6.1.2.1 diff -u -d -r1.1.6.1 -r1.1.6.1.2.1 --- fd.h 26 May 2001 14:26:23 -0000 1.1.6.1 +++ fd.h 25 May 2002 16:07:21 -0000 1.1.6.1.2.1 @@ -2,6 +2,5 @@ #define FD_H extern int fd_copy(int to, int from); -extern int fd_move(int to, int from); #endif |