diff options
| author | Michael Adam <obnox@samba.org> | 2010-05-24 22:42:00 +0200 | 
|---|---|---|
| committer | Michael Adam <obnox@samba.org> | 2010-05-25 10:35:25 +0200 | 
| commit | d335f292ce10824d483eff8d34fb0444e3d91f23 (patch) | |
| tree | fbe5782ecd0f9cef8e3300400831d13e3945e7d5 /source3/lib | |
| parent | 9ccf66379a946cef87d915c5f0f7758adb11a4d6 (diff) | |
| download | samba-d335f292ce10824d483eff8d34fb0444e3d91f23.tar.gz samba-d335f292ce10824d483eff8d34fb0444e3d91f23.tar.bz2 samba-d335f292ce10824d483eff8d34fb0444e3d91f23.zip  | |
s3:registry: extract the reg_backend_db prototypes into their own header.
And use them only where needed.
Diffstat (limited to 'source3/lib')
| -rw-r--r-- | source3/lib/smbconf/smbconf_reg.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/smbconf/smbconf_reg.c b/source3/lib/smbconf/smbconf_reg.c index 6c500785a0..f6602676e2 100644 --- a/source3/lib/smbconf/smbconf_reg.c +++ b/source3/lib/smbconf/smbconf_reg.c @@ -20,6 +20,7 @@  #include "includes.h"  #include "lib/smbconf/smbconf_private.h"  #include "registry.h" +#include "registry/reg_backend_db.h"  #include "lib/smbconf/smbconf_init.h"  #include "lib/smbconf/smbconf_reg.h"  | 
