From f3053739b7e62e4749821bf2283d67ec379b1abc Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 24 May 2010 23:37:09 +0200 Subject: s3:registry: move prototype registry_create_admin_token() to new header reg_util_token.h and use it only where necessary. --- source3/lib/smbconf/smbconf_reg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib') diff --git a/source3/lib/smbconf/smbconf_reg.c b/source3/lib/smbconf/smbconf_reg.c index f6602676e2..4aa3c09def 100644 --- a/source3/lib/smbconf/smbconf_reg.c +++ b/source3/lib/smbconf/smbconf_reg.c @@ -21,6 +21,7 @@ #include "lib/smbconf/smbconf_private.h" #include "registry.h" #include "registry/reg_backend_db.h" +#include "registry/reg_util_token.h" #include "lib/smbconf/smbconf_init.h" #include "lib/smbconf/smbconf_reg.h" -- cgit