diff options
author | Günther Deschner <gd@samba.org> | 2011-02-15 17:37:03 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-16 00:02:33 +0100 |
commit | e34ba447ec8a54db744f0103d91ec05f7cfd60ce (patch) | |
tree | 6c8f8b40a6e37ea19f5439c6802c5b0b1910ba46 /source3/librpc/idl/messaging.idl | |
parent | ab85362cffbf844f4783b4e82fe7db8f9d5067bc (diff) | |
download | samba-e34ba447ec8a54db744f0103d91ec05f7cfd60ce.tar.gz samba-e34ba447ec8a54db744f0103d91ec05f7cfd60ce.tar.bz2 samba-e34ba447ec8a54db744f0103d91ec05f7cfd60ce.zip |
s3-librpc: move server_id marshalling to own helper file.
(in preparation of merging struct server_id).
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Feb 16 00:02:33 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/librpc/idl/messaging.idl')
-rw-r--r-- | source3/librpc/idl/messaging.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |