diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-10-24 13:22:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:02:27 -0500 |
commit | 86cd076c0b23e9ba93ac8dc82d8466fea42fc05e (patch) | |
tree | 3076a649daba81d9ce6a66bac847db78beb299cb /source4/librpc/rpc/dcerpc.h | |
parent | f1dd80e74e570fbf2e8dbefd70fb99abab1b5b2d (diff) | |
download | samba-86cd076c0b23e9ba93ac8dc82d8466fea42fc05e.tar.gz samba-86cd076c0b23e9ba93ac8dc82d8466fea42fc05e.tar.bz2 samba-86cd076c0b23e9ba93ac8dc82d8466fea42fc05e.zip |
r3157: Add ncacn_http
(This used to be commit a0c4138edf919ee0c4b236f201c09fc4deb2cc09)
Diffstat (limited to 'source4/librpc/rpc/dcerpc.h')
-rw-r--r-- | source4/librpc/rpc/dcerpc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h index 85f4da6820..1a4b2fa34e 100644 --- a/source4/librpc/rpc/dcerpc.h +++ b/source4/librpc/rpc/dcerpc.h @@ -22,7 +22,8 @@ enum dcerpc_transport_t { NCACN_NP, NCACN_IP_TCP, NCACN_IP_UDP, NCACN_VNS_IPC, NCACN_VNS_SPP, - NCACN_AT_DSP, NCADG_AT_DDP, NCALRPC, NCACN_UNIX_STREAM, NCADG_UNIX_DGRAM }; + NCACN_AT_DSP, NCADG_AT_DDP, NCALRPC, NCACN_UNIX_STREAM, NCADG_UNIX_DGRAM, + NCACN_HTTP }; /* this defines a generic security context for signed/sealed dcerpc pipes. |