From 6e6aaacedb96ea45a5b8a9237915525a87189001 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 7 Jul 2011 21:04:31 +1000 Subject: lib/util Move bitmap.c to lib/util --- source3/include/smb.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index d41d36342d..0c1a76eaf7 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -705,11 +705,6 @@ struct connections_data { uint32 unused_compatitibility_field; }; -struct bitmap { - uint32 *b; - unsigned int n; -}; - /* offsets into message for common items */ #define smb_com 8 #define smb_rcls 9 -- cgit