[Cvs-nserver-commits] CVS: cvs-nserver/src audit-log.h,1.1.2.2,1.1.2.3
Brought to you by:
tyranny
From: Alexey M. <ty...@us...> - 2002-05-25 20:49:15
|
Update of /cvsroot/cvs-nserver/cvs-nserver/src In directory usw-pr-cvs1:/tmp/cvs-serv3984 Modified Files: Tag: NCLI-1-11-1 audit-log.h Log Message: Fix #ifndef-protection Index: audit-log.h =================================================================== RCS file: /cvsroot/cvs-nserver/cvs-nserver/src/Attic/audit-log.h,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -d -r1.1.2.2 -r1.1.2.3 --- audit-log.h 25 May 2002 15:56:33 -0000 1.1.2.2 +++ audit-log.h 25 May 2002 20:49:12 -0000 1.1.2.3 @@ -16,7 +16,7 @@ */ #ifndef AUDIT_LOG_H__ -#define AUDITO_LOG_H__ 1 +#define AUDIT_LOG_H__ 1 int start_logging_helper (const char* logging_helper); |