Skip to content

Commit

Permalink
fix incorrect declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnie Sahlberg <[email protected]>
  • Loading branch information
sahlberg committed Sep 25, 2024
1 parent 7e9a174 commit 6bc54a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/smb2/libsmb2-dcerpc-lsa.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ int lsa_OpenPolicy2_req_coder(struct dcerpc_context *dce,
struct dcerpc_pdu *pdu,
struct smb2_iovec *iov, int *offset,
void *ptr);
int lsa_RPC_SID_coderX(struct dcerpc_context *dce,
int lsa_RPC_SID_coder(struct dcerpc_context *dce,
struct dcerpc_pdu *pdu,
struct smb2_iovec *iov, int *offset,
void *ptr);
Expand Down

0 comments on commit 6bc54a0

Please sign in to comment.