s4:ntvfs/posix: fix forward declaration of struct pvfs_state
authorStefan Metzmacher <metze@samba.org>
Thu, 13 Aug 2015 16:15:36 +0000 (18:15 +0200)
committerRalph Böhme <slow@samba.org>
Thu, 20 Aug 2015 14:06:20 +0000 (16:06 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source4/ntvfs/posix/posix_eadb.h

index 752d322df20345f1882a8ff610c31dbfe7b7cf17..14b9439728326a7971fbbe000e0d4666fbfeca5e 100644 (file)
@@ -16,5 +16,5 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-struct pvfs_state *pvfs;
+struct pvfs_state;
 #include "source4/ntvfs/posix/posix_eadb_proto.h"