From 675573d54b717ffc24cf3b49301ff649aecc259a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 6 May 2011 12:53:38 +0200 Subject: s3-includes: finally only include client.h when libsmb is used. Guenther --- source3/client/client_proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/client/client_proto.h') diff --git a/source3/client/client_proto.h b/source3/client/client_proto.h index fa3ca40d6b7..d119014abdc 100644 --- a/source3/client/client_proto.h +++ b/source3/client/client_proto.h @@ -23,6 +23,8 @@ #ifndef _CLIENT_PROTO_H_ #define _CLIENT_PROTO_H_ +struct cli_state; +struct file_info; /* The following definitions come from client/client.c */ -- cgit