diff options
author | Günther Deschner <gd@samba.org> | 2009-03-18 13:22:51 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-18 14:18:42 +0100 |
commit | 9fdeb7f7b319dca5dbd1fdaf24f01fb19e124fe6 (patch) | |
tree | 9881dcbff38cb27660aa1aa3da586deb26f9bed2 /source3/include | |
parent | b0747651b94d6d1176dad00277b6135300ed57d7 (diff) | |
download | samba-9fdeb7f7b319dca5dbd1fdaf24f01fb19e124fe6.tar.gz samba-9fdeb7f7b319dca5dbd1fdaf24f01fb19e124fe6.tar.bz2 samba-9fdeb7f7b319dca5dbd1fdaf24f01fb19e124fe6.zip |
s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_dce.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h index b63f0eac5e..580b14f1d8 100644 --- a/source3/include/rpc_dce.h +++ b/source3/include/rpc_dce.h @@ -159,8 +159,6 @@ enum schannel_direction { /* RPC_IFACE */ typedef struct ndr_syntax_id RPC_IFACE; -extern const struct ndr_syntax_id syntax_spoolss; - #define RPC_IFACE_LEN (UUID_SIZE + 4) /* RPC_HDR - dce rpc header */ |