Skip to content

Commit

Permalink
declare smb2_oplock_or_lease_break_reply in libsmb2.h
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnie Sahlberg <[email protected]>
  • Loading branch information
sahlberg committed Jan 3, 2025
1 parent a990931 commit 28e9964
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/smb2/libsmb2.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ typedef void (*smb2_client_connection)(struct smb2_context *smb2, void *cb_data)
* (notification) passed in. the app can set the new oplock level
* or new lease state for the acknowledgement that will be sent back
*/
struct smb2_oplock_or_lease_break_reply;

typedef void (*smb2_oplock_or_lease_break_cb)(struct smb2_context *smb2,
int status,
struct smb2_oplock_or_lease_break_reply *rep,
Expand Down

0 comments on commit 28e9964

Please sign in to comment.