diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-09-15 17:56:04 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-09-16 16:44:13 +0200 |
commit | fa84d4116105b922a5b0cd4280e25023491be8e4 (patch) | |
tree | b27d2fecd2757784b6b03d6cb60e18439124998d | |
parent | 3a07fe5b36353d01eb87694fa722d7d2113ee197 (diff) | |
download | samba-fa84d4116105b922a5b0cd4280e25023491be8e4.tar.gz samba-fa84d4116105b922a5b0cd4280e25023491be8e4.tar.bz2 samba-fa84d4116105b922a5b0cd4280e25023491be8e4.zip |
s3:libsmb: forward declaration for struct smb_trans_enc_state
metze
-rw-r--r-- | source3/libsmb/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, |