diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-14 16:21:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:17 -0500 |
commit | e5ea1d369120734f7a5355469e9e767c6e92ff53 (patch) | |
tree | fbff3e745653575b34ffa0bbb11b5fce9cf8f692 /source4/librpc/idl/orpc.idl | |
parent | 7651d097b44bd5743e58ce67333e00133df11eda (diff) | |
download | samba-e5ea1d369120734f7a5355469e9e767c6e92ff53.tar.gz samba-e5ea1d369120734f7a5355469e9e767c6e92ff53.tar.bz2 samba-e5ea1d369120734f7a5355469e9e767c6e92ff53.zip |
r14384: Remove orpc code from includes.h
(This used to be commit 206d182cfb78ec2258ceca1be2dd5e3c06649312)
Diffstat (limited to 'source4/librpc/idl/orpc.idl')
-rw-r--r-- | source4/librpc/idl/orpc.idl | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/source4/librpc/idl/orpc.idl b/source4/librpc/idl/orpc.idl index 24879bbe17..71a4fd65d2 100644 --- a/source4/librpc/idl/orpc.idl +++ b/source4/librpc/idl/orpc.idl @@ -6,7 +6,8 @@ */ [ - pointer_default(unique) + pointer_default(unique), + helper("librpc/ndr/ndr_orpc.h") ] interface ObjectRpcBaseTypes { @@ -38,6 +39,7 @@ interface ObjectRpcBaseTypes /* Component Object Model version number */ + typedef [public] struct { uint16 MajorVersion; /* Major version number */ @@ -103,6 +105,16 @@ interface ObjectRpcBaseTypes nstring NetworkAddr; } STRINGBINDING; + typedef [public,nopush,nopull,noprint] struct + { + STRINGBINDING **stringbindings; + } STRINGARRAY; + + typedef [public,nopush,nopull,noprint] struct + { + STRINGBINDING **stringbindings; + SECURITYBINDING **securitybindings; + } DUALSTRINGARRAY; const uint16 COM_C_AUTHZ_NONE = 0xffff; typedef [public,flag(NDR_NOALIGN)] struct |