summaryrefslogtreecommitdiff
path: root/source3/lib/substitute.c
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2021-11-10 20:18:07 +0100
committerRalph Boehme <slow@samba.org>2021-11-11 13:49:32 +0000
commit25043ebb2e6f74592e802f78d327f844e615a442 (patch)
tree7c395c08a2d9714fd4becb9a661cffaca7c533c4 /source3/lib/substitute.c
parentc28be4067463e582e378df402f812e510883d606 (diff)
downloadsamba-25043ebb2e6f74592e802f78d327f844e615a442.tar.gz
source3: move lib/substitute.c functions out of proto.h
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14897 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/lib/substitute.c')
-rw-r--r--source3/lib/substitute.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/substitute.c b/source3/lib/substitute.c
index b98a0acf1cb..a941b89f82a 100644
--- a/source3/lib/substitute.c
+++ b/source3/lib/substitute.c
@@ -20,6 +20,7 @@
#include "includes.h"
+#include "substitute.h"
#include "system/passwd.h"
#include "secrets.h"
#include "auth.h"