diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-06-02 00:19:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:23 -0500 |
commit | 8618c6a906c7c04e4149a1223a6d58d9790aa74e (patch) | |
tree | 99b83b16a16e7307efac16d1222642356b5e2bd4 /source4/librpc/idl | |
parent | 4536f0ef914d12f6400122b7ab20291ffee56de0 (diff) | |
download | samba-8618c6a906c7c04e4149a1223a6d58d9790aa74e.tar.gz samba-8618c6a906c7c04e4149a1223a6d58d9790aa74e.tar.bz2 samba-8618c6a906c7c04e4149a1223a6d58d9790aa74e.zip |
r7182: remove current support for RELATIVE_CURRENT, this will be replaced with a better aproach later
metze
(This used to be commit 9a4e9f68fbddaae3fc86e30d39b69fc76261c0ea)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/idl_types.h | 3 | ||||
-rw-r--r-- | source4/librpc/idl/spoolss.idl | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/source4/librpc/idl/idl_types.h b/source4/librpc/idl/idl_types.h index 024b5632d3..21f4beb8e7 100644 --- a/source4/librpc/idl/idl_types.h +++ b/source4/librpc/idl/idl_types.h @@ -110,7 +110,4 @@ */ #define NDR_PAHEX LIBNDR_PRINT_ARRAY_HEX -/* this enables spoolss style relative ptrs */ -#define RELATIVE_CURRENT LIBNDR_FLAG_RELATIVE_CURRENT - #define bool8 uint8 diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index f3c7e553cc..4189c7b161 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -791,7 +791,7 @@ [out] uint32 count ); - typedef [flag(RELATIVE_CURRENT)] struct { + typedef struct { [relative] nstring *port_name; } spoolss_PortInfo1; |