diff options
author | Günther Deschner <gd@samba.org> | 2011-05-06 12:53:38 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-06 16:37:22 +0200 |
commit | 675573d54b717ffc24cf3b49301ff649aecc259a (patch) | |
tree | 0a360d725668c72b300619dc82fdb9e88790b661 /source3/torture | |
parent | 27022587e31769718ab53f4d114e03ac2f205f27 (diff) | |
download | samba-675573d54b717ffc24cf3b49301ff649aecc259a.tar.gz samba-675573d54b717ffc24cf3b49301ff649aecc259a.tar.xz samba-675573d54b717ffc24cf3b49301ff649aecc259a.zip |
s3-includes: finally only include client.h when libsmb is used.
Guenther
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/torture/proto.h b/source3/torture/proto.h index e40e44c114..ebaf6cf1eb 100644 --- a/source3/torture/proto.h +++ b/source3/torture/proto.h @@ -23,6 +23,8 @@ #ifndef __TORTURE_H__ #define __TORTURE_H__ +struct cli_state; + /* The following definitions come from torture/denytest.c */ bool torture_denytest1(int dummy); |