1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

s4:ntvfs/posix: fix forward declaration of struct pvfs_state

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Stefan Metzmacher 2015-08-13 18:15:36 +02:00 committed by Ralph Böhme
parent 72e0885413
commit f8fca7d315

View 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"