From fa84d4116105b922a5b0cd4280e25023491be8e4 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 15 Sep 2011 17:56:04 +0200 Subject: s3:libsmb: forward declaration for struct smb_trans_enc_state metze --- source3/libsmb/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/libsmb') diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h index e0c8a67d66..8df3aab736 100644 --- a/source3/libsmb/proto.h +++ b/source3/libsmb/proto.h @@ -28,6 +28,8 @@ #include "ads.h" +struct smb_trans_enc_state; + /* The following definitions come from libsmb/cliconnect.c */ NTSTATUS cli_session_setup(struct cli_state *cli, -- cgit