diff options
author | Günther Deschner <gd@samba.org> | 2011-02-08 14:17:14 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-10 22:13:17 +0100 |
commit | 4063bde3edd15b241f2b93bb5aedfef57ec4df91 (patch) | |
tree | 78ee85791d7f3a257c6775067562aee866d5305f /source3/printing | |
parent | 1fc14a6543bfc5f087ed0ddf02bc7ce28a4d9ed4 (diff) | |
download | samba-4063bde3edd15b241f2b93bb5aedfef57ec4df91.tar.gz samba-4063bde3edd15b241f2b93bb5aedfef57ec4df91.tar.bz2 samba-4063bde3edd15b241f2b93bb5aedfef57ec4df91.zip |
s3-rpc_server: move services into individual directories.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Feb 10 22:13:17 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/printing')
-rw-r--r-- | source3/printing/nt_printing.c | 2 | ||||
-rw-r--r-- | source3/printing/nt_printing_ads.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index 68be518b96..67c2d8732c 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -28,7 +28,7 @@ #include "registry/reg_objects.h" #include "../librpc/gen_ndr/ndr_security.h" #include "../librpc/gen_ndr/ndr_spoolss.h" -#include "rpc_server/srv_spoolss_util.h" +#include "rpc_server/spoolss/srv_spoolss_util.h" #include "nt_printing.h" #include "secrets.h" #include "../librpc/gen_ndr/netlogon.h" diff --git a/source3/printing/nt_printing_ads.c b/source3/printing/nt_printing_ads.c index 6f71ce08b1..b375d94c2b 100644 --- a/source3/printing/nt_printing_ads.c +++ b/source3/printing/nt_printing_ads.c @@ -21,7 +21,7 @@ #include "includes.h" #include "../librpc/gen_ndr/spoolss.h" -#include "rpc_server/srv_spoolss_util.h" +#include "rpc_server/spoolss/srv_spoolss_util.h" #include "nt_printing.h" #include "ads.h" #include "secrets.h" |