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

metze at samba.org metze at samba.org
Tue Nov 7 12:42:51 GMT 2006


Author: metze
Date: 2006-11-07 12:42:51 +0000 (Tue, 07 Nov 2006)
New Revision: 19614

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

Log:
fix compiler warnings

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


Changeset:
Modified: branches/SAMBA_4_0/source/auth/auth.h
===================================================================
--- branches/SAMBA_4_0/source/auth/auth.h	2006-11-07 12:10:46 UTC (rev 19613)
+++ branches/SAMBA_4_0/source/auth/auth.h	2006-11-07 12:42:51 UTC (rev 19614)
@@ -23,6 +23,8 @@
 #define _SAMBA_AUTH_H
 
 union netr_Validation;
+struct netr_SamBaseInfo;
+struct netr_SamInfo3;
 
 /* modules can use the following to determine if the interface has changed
  * please increment the version number after each interface change



More information about the samba-cvs mailing list