From e34ba447ec8a54db744f0103d91ec05f7cfd60ce Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 15 Feb 2011 17:37:03 +0100 Subject: s3-librpc: move server_id marshalling to own helper file. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (in preparation of merging struct server_id). Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Feb 16 00:02:33 CET 2011 on sn-devel-104 --- source3/librpc/idl/messaging.idl | 2 +- source3/librpc/idl/notify.idl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/librpc/idl') diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl index 22c34297e4..0ac7220995 100644 --- a/source3/librpc/idl/messaging.idl +++ b/source3/librpc/idl/messaging.idl @@ -5,7 +5,7 @@ */ [ - helper("../librpc/ndr/util.h"), + helper("../librpc/ndr/ndr_server_id.h"), pointer_default(unique) ] interface messaging diff --git a/source3/librpc/idl/notify.idl b/source3/librpc/idl/notify.idl index 592af19eeb..d65e8c5f86 100644 --- a/source3/librpc/idl/notify.idl +++ b/source3/librpc/idl/notify.idl @@ -10,7 +10,7 @@ import "file_id.idl"; */ [ - helper("../librpc/ndr/util.h"), + helper("../librpc/ndr/ndr_server_id.h"), pointer_default(unique) ] interface notify -- cgit