From bea88a10285f814415ede4ee1ff1c34a4fd4e000 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 2 Jan 2007 01:07:44 +0000 Subject: r20455: Apply some of the patches from Martin Kuehl to better handle the Samba3 backend. I've refactored the password format patch to use the routines in lib/samba3/smbpasswd.c, which has required me to move this into a seperate subsystem, due to recursive dependencies. Andrew Bartlett (This used to be commit 14e2c877a82d1fcf060455f9b46de5767b71438d) --- source4/lib/samba3/samba3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/samba3/samba3.h') diff --git a/source4/lib/samba3/samba3.h b/source4/lib/samba3/samba3.h index c860c4eddd..18b76f8c67 100644 --- a/source4/lib/samba3/samba3.h +++ b/source4/lib/samba3/samba3.h @@ -211,5 +211,6 @@ struct samba3 }; #include "lib/samba3/samba3_proto.h" +#include "lib/samba3/samba3_smbpasswd_proto.h" #endif /* _SAMBA3_H */ -- cgit