summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-14 21:43:57 +0100
committerGünther Deschner <gd@samba.org>2009-02-05 16:04:36 +0100
commitb03913cbc684d3bd5e39701e103da875330f3f32 (patch)
treee9f7a109fcf11bd2521fdc7d1967c225d414eb97 /librpc/idl
parent60fc7dadd6b9af645d5e1a8fba2f0b0af415d1cb (diff)
downloadsamba-b03913cbc684d3bd5e39701e103da875330f3f32.tar.gz
samba-b03913cbc684d3bd5e39701e103da875330f3f32.tar.bz2
samba-b03913cbc684d3bd5e39701e103da875330f3f32.zip
spoolss: move ndr spoolss helper to main librpc dir.
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/spoolss.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index 2a2454accb..fbe12ad64e 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -10,7 +10,7 @@ import "misc.idl", "security.idl", "winreg.idl";
endpoint("ncacn_np:[\\pipe\\spoolss]"),
pointer_default(unique),
helpstring("Spooler SubSystem"),
- helper("librpc/ndr/ndr_spoolss_buf.h")
+ helper("../librpc/ndr/ndr_spoolss_buf.h")
] interface spoolss
{
typedef [v1_enum] enum winreg_Type winreg_Type;