summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-08-15 08:25:34 +0200
committerVolker Lendecke <vl@samba.org>2017-10-22 21:40:16 +0200
commitc3a1348371ddcd06730ad05d7946e0f0da58ee21 (patch)
tree995f2233d339005c168f792e10e344f0eb3d9b4b /librpc
parent0bd5d7bcbeebed9308bedf5c3854be37d9d33f72 (diff)
downloadsamba-c3a1348371ddcd06730ad05d7946e0f0da58ee21.tar.gz
xattr.idl: Don't generate an interface table
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Sun Oct 22 21:40:16 CEST 2017 on sn-devel-144
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/wscript_build4
-rw-r--r--librpc/idl/xattr.idl5
2 files changed, 2 insertions, 7 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build
index e19f1a8c1d8..75eba7d54a5 100644
--- a/librpc/idl/wscript_build
+++ b/librpc/idl/wscript_build
@@ -6,7 +6,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
audiosrv.idl dfsblobs.idl dsbackup.idl eventlog.idl file_id.idl keysvc.idl
msgsvc.idl ntsvcs.idl remact.idl security.idl smb_acl.idl unixinfo.idl wzcsvc.idl
browser.idl dfs.idl dssetup.idl frsapi.idl krb5pac.idl
- named_pipe_auth.idl orpc.idl rot.idl spoolss.idl w32time.idl xattr.idl
+ named_pipe_auth.idl orpc.idl rot.idl spoolss.idl w32time.idl
dbgidl.idl dnsserver.idl echo.idl frsrpc.idl lsa.idl nbt.idl dns.idl
oxidresolver.idl samr.idl server_id.idl srvsvc.idl winreg.idl dcerpc.idl
drsblobs.idl efs.idl frstrans.idl mgmt.idl netlogon.idl
@@ -24,7 +24,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
output_dir='../gen_ndr')
bld.SAMBA_PIDL_LIST('PIDL',
- 'idmap.idl messaging.idl',
+ 'idmap.idl messaging.idl xattr.idl',
options='--header --ndr-parser --client --python',
output_dir='../gen_ndr')
diff --git a/librpc/idl/xattr.idl b/librpc/idl/xattr.idl
index 0098b89afa5..38d32fd85b1 100644
--- a/librpc/idl/xattr.idl
+++ b/librpc/idl/xattr.idl
@@ -11,7 +11,6 @@
import "security.idl";
[
- uuid("12345778-1234-abcd-0001-00000002"),
version(0.0),
helper("../librpc/ndr/ndr_xattr.h"),
pyhelper("librpc/ndr/py_xattr.c"),
@@ -105,10 +104,6 @@ interface xattr
[switch_is(version)] xattr_DosInfo info;
} xattr_DOSATTRIB;
- void xattr_parse_DOSATTRIB(
- [in] xattr_DOSATTRIB x
- );
-
/* we store DOS style extended attributes in a DosEAs xattr */
const char *XATTR_DOSEAS_NAME = "user.DosEAs";