summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common/ntvfs_common.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-01-19 11:58:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:43:48 -0500
commitf40182cb123c91d4bc8fd3dbf9c3cca615f72c31 (patch)
tree977493d8c32588c0609cba48be66f7a3bc516370 /source4/ntvfs/common/ntvfs_common.h
parentfaf800d871b72ca4938c5f392d8b6183cce16e9d (diff)
downloadsamba-f40182cb123c91d4bc8fd3dbf9c3cca615f72c31.tar.gz
samba-f40182cb123c91d4bc8fd3dbf9c3cca615f72c31.tar.bz2
samba-f40182cb123c91d4bc8fd3dbf9c3cca615f72c31.zip
r20897: fix compiler warnings
metze (This used to be commit 5ac562e1e0e8de03c8bcd083a1822b31667c5e21)
Diffstat (limited to 'source4/ntvfs/common/ntvfs_common.h')
-rw-r--r--source4/ntvfs/common/ntvfs_common.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/source4/ntvfs/common/ntvfs_common.h b/source4/ntvfs/common/ntvfs_common.h
new file mode 100644
index 0000000000..08f34c178f
--- /dev/null
+++ b/source4/ntvfs/common/ntvfs_common.h
@@ -0,0 +1,27 @@
+/*
+ Unix SMB/CIFS implementation.
+
+ Copyright (C) Stefan Metzmacher 2007
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+*/
+
+#ifndef _NTVFS_COMMON_H_
+#define _NTVFS_COMMON_H_
+
+#include "ntvfs/common/brlock.h"
+#include "ntvfs/common/proto.h"
+
+#endif /* _NTVFS_COMMON_H_ */