summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_lsarpc.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-01-11 12:56:08 +0100
committerAndreas Schneider <asn@samba.org>2011-01-21 14:34:17 +0100
commit1efa9b1cbd5576e1985a909afa43d24cc3fa2bb0 (patch)
tree75df8fd55a80a8cb81f76f395d9482816a684f56 /source3/rpc_client/cli_lsarpc.h
parentfea41496a1ea061aaf36052c35684de49203279f (diff)
downloadsamba-1efa9b1cbd5576e1985a909afa43d24cc3fa2bb0.tar.gz
samba-1efa9b1cbd5576e1985a909afa43d24cc3fa2bb0.tar.bz2
samba-1efa9b1cbd5576e1985a909afa43d24cc3fa2bb0.zip
s3-rpc_client: Added header information to cli_lsarpc.h.
Diffstat (limited to 'source3/rpc_client/cli_lsarpc.h')
-rw-r--r--source3/rpc_client/cli_lsarpc.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/source3/rpc_client/cli_lsarpc.h b/source3/rpc_client/cli_lsarpc.h
index 26fcb75fa1..a26193e5b4 100644
--- a/source3/rpc_client/cli_lsarpc.h
+++ b/source3/rpc_client/cli_lsarpc.h
@@ -1,3 +1,32 @@
+/*
+ * Unix SMB/CIFS implementation.
+ *
+ * LSARPC client routines
+ *
+ * Copyright (c) 2000-2001 Tim Potter
+ * Copyright (c) 1992-2000 Andrew Tridgell
+ * Copyright (c) 2002 Rafal Szczesniak
+ * Copyright (c) 2005 Jeremy Allison
+ * Copyright (c) 2007 Michael Adam
+ * Copyright (c) 2008 Guenther Deschner
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef _CLI_LSARPC_H
+#define _CLI_LSARPC_H
+
/* The following definitions come from rpc_client/cli_lsarpc.c */
/**
@@ -178,3 +207,4 @@ NTSTATUS rpccli_lsa_lookup_names4(struct rpc_pipe_client *cli,
bool fetch_domain_sid( char *domain, char *remote_machine, struct dom_sid *psid);
+#endif /* _CLI_LSARPC_H */