1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

lib: Give base64.c its own .h

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke
2016-05-03 16:12:10 +02:00
committed by Jeremy Allison
parent 9ec3332349
commit 93b982faad
21 changed files with 71 additions and 21 deletions

View File

@ -45,6 +45,7 @@
#include "source3/auth/proto.h"
#include "nsswitch/libwbclient/wbclient.h"
#include "lib/param/loadparm.h"
#include "lib/util/base64.h"
#if HAVE_KRB5
#include "auth/kerberos/pac_utils.h"