summaryrefslogtreecommitdiff
path: root/source3/librpc/rpc/dcerpc.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-19 16:10:35 -0400
committerSimo Sorce <idra@samba.org>2010-07-28 12:15:13 -0400
commit31393334194be7763072900408bb61ebb7c1d11a (patch)
treef095760c5bd1f81a795d82d4a6effaf8afd22294 /source3/librpc/rpc/dcerpc.h
parent6f5cdf9ae9707cdbc62e0ed5ad2578316796b4b3 (diff)
downloadsamba-31393334194be7763072900408bb61ebb7c1d11a.tar.gz
samba-31393334194be7763072900408bb61ebb7c1d11a.tar.bz2
samba-31393334194be7763072900408bb61ebb7c1d11a.zip
s3-dcerpc: Move dcerpc_add_auth_footer() to the common helpers file
Diffstat (limited to 'source3/librpc/rpc/dcerpc.h')
-rw-r--r--source3/librpc/rpc/dcerpc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/rpc/dcerpc.h b/source3/librpc/rpc/dcerpc.h
index bb7bd34de8..319acce990 100644
--- a/source3/librpc/rpc/dcerpc.h
+++ b/source3/librpc/rpc/dcerpc.h
@@ -139,5 +139,7 @@ NTSTATUS dcerpc_pull_dcerpc_auth(TALLOC_CTX *mem_ctx,
const DATA_BLOB *blob,
struct dcerpc_auth *r,
bool bigendian);
+NTSTATUS dcerpc_add_auth_footer(struct pipe_auth_data *auth,
+ size_t pad_len, DATA_BLOB *rpc_out);
#endif /* __DCERPC_H__ */