svn commit: samba r21142 - in branches/SAMBA_4_0/source/auth/credentials: .

metze at samba.org metze at samba.org
Mon Feb 5 14:20:35 GMT 2007


Author: metze
Date: 2007-02-05 14:20:35 +0000 (Mon, 05 Feb 2007)
New Revision: 21142

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21142

Log:
fix compiler warnings

metze
Modified:
   branches/SAMBA_4_0/source/auth/credentials/credentials.h


Changeset:
Modified: branches/SAMBA_4_0/source/auth/credentials/credentials.h
===================================================================
--- branches/SAMBA_4_0/source/auth/credentials/credentials.h	2007-02-05 13:42:54 UTC (rev 21141)
+++ branches/SAMBA_4_0/source/auth/credentials/credentials.h	2007-02-05 14:20:35 UTC (rev 21142)
@@ -116,6 +116,7 @@
 	BOOL callback_running;
 };
 
+struct ldb_context;
 #include "auth/credentials/credentials_proto.h"
 
 #endif /* __CREDENTIALS_H__ */



More information about the samba-cvs mailing list