summaryrefslogtreecommitdiff
path: root/source3/printing
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-29 22:32:12 +0200
committerGünther Deschner <gd@samba.org>2011-05-02 15:03:43 +0200
commit49d5f62b42d821bb8a11b595efb53eb88ec3c570 (patch)
treef315704778bbab393f998e56b1f55be6e7695bbc /source3/printing
parent6dd97ac093ee00281ed029d549d5882d76c2735d (diff)
downloadsamba-49d5f62b42d821bb8a11b595efb53eb88ec3c570.tar.gz
samba-49d5f62b42d821bb8a11b595efb53eb88ec3c570.tar.bz2
samba-49d5f62b42d821bb8a11b595efb53eb88ec3c570.zip
s3-proto: move rpc_srv_register protos and structs to town headerfile.
Guenther
Diffstat (limited to 'source3/printing')
-rw-r--r--source3/printing/spoolssd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/printing/spoolssd.c b/source3/printing/spoolssd.c
index 340bf0a5f1..11d2d25c3b 100644
--- a/source3/printing/spoolssd.c
+++ b/source3/printing/spoolssd.c
@@ -28,6 +28,7 @@
#include "librpc/gen_ndr/srv_spoolss.h"
#include "rpc_server/rpc_server.h"
#include "rpc_server/rpc_ep_setup.h"
+#include "rpc_server/srv_pipe_register.h"
#define SPOOLSS_PIPE_NAME "spoolss"
#define DAEMON_NAME "spoolssd"