summaryrefslogtreecommitdiff
path: root/source3/rpc_client/util_netlogon.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/rpc_client/util_netlogon.h')
-rw-r--r--source3/rpc_client/util_netlogon.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/rpc_client/util_netlogon.h b/source3/rpc_client/util_netlogon.h
new file mode 100644
index 0000000000..42e4326f7d
--- /dev/null
+++ b/source3/rpc_client/util_netlogon.h
@@ -0,0 +1,5 @@
+/* The following definitions come from rpc_client/util_netlogon.c */
+
+NTSTATUS copy_netr_SamBaseInfo(TALLOC_CTX *mem_ctx,
+ const struct netr_SamBaseInfo *in,
+ struct netr_SamBaseInfo *out);