s3-dcerpc: Move dcerpc_add_auth_footer() to the common helpers file
[kamenim/samba.git] / source3 / librpc / rpc / dcerpc.h
index bb7bd34de8a0174824eb738ecdaf1d13f256e6bd..319acce990d930d3e916499529fc9c66ec44aada 100644 (file)
@@ -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__ */