summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_util.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@redhat.com>2010-03-15 12:24:40 +0100
committerGünther Deschner <gd@samba.org>2010-04-07 15:16:52 +0200
commit4f3893f8148a36d11a4fa333c323fcf6f0176b2e (patch)
tree51c1e9bf52031027e6a2a9bde67f29998e6c2c3c /source3/rpc_server/srv_spoolss_util.h
parent1ac654d108ebeede3ff78ddb30f19e1f4d516063 (diff)
downloadsamba-4f3893f8148a36d11a4fa333c323fcf6f0176b2e.tar.gz
samba-4f3893f8148a36d11a4fa333c323fcf6f0176b2e.tar.bz2
samba-4f3893f8148a36d11a4fa333c323fcf6f0176b2e.zip
s3-spoolss: Added a function to open a regkey using the winreg pipe.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/rpc_server/srv_spoolss_util.h')
-rw-r--r--source3/rpc_server/srv_spoolss_util.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/source3/rpc_server/srv_spoolss_util.h b/source3/rpc_server/srv_spoolss_util.h
new file mode 100644
index 0000000000..3118bbc835
--- /dev/null
+++ b/source3/rpc_server/srv_spoolss_util.h
@@ -0,0 +1,25 @@
+/*
+ * Unix SMB/CIFS implementation.
+ *
+ * SPOOLSS RPC Pipe server / winreg client routines
+ *
+ * Copyright (c) 2010 Andreas Schneider <asn@samba.org>
+ *
+ * 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 _SRV_SPOOLSS_UITL_H
+#define _SRV_SPOOLSS_UITL_H
+
+#endif /* _SRV_SPOOLSS_UITL_H */