summaryrefslogtreecommitdiff
path: root/source3/include/xfile.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-09-10 12:14:18 +0000
committerAndrew Tridgell <tridge@samba.org>2001-09-10 12:14:18 +0000
commitb12a4dd9b655485420d5c67dd143d8f49ac28a40 (patch)
treef3287d94613da998004ba84180c9e4318b91c1d7 /source3/include/xfile.h
parent162e975514d71d98b42df579ab561da51a095e7b (diff)
downloadsamba-b12a4dd9b655485420d5c67dd143d8f49ac28a40.tar.gz
samba-b12a4dd9b655485420d5c67dd143d8f49ac28a40.tar.bz2
samba-b12a4dd9b655485420d5c67dd143d8f49ac28a40.zip
declare dbf in one spot
(This used to be commit f41c3bb80f1e498a9d27f6e236b0ff3a742764c9)
Diffstat (limited to 'source3/include/xfile.h')
-rw-r--r--source3/include/xfile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/xfile.h b/source3/include/xfile.h
index 16390b49aa..fa4752fe30 100644
--- a/source3/include/xfile.h
+++ b/source3/include/xfile.h
@@ -19,6 +19,8 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#ifndef _XFILE_H_
+#define _XFILE_H_
/*
see xfile.c for explanations
*/
@@ -42,3 +44,5 @@ extern XFILE *x_stdin, *x_stdout, *x_stderr;
#define X_IONBF 2
#define x_getc(f) x_fgetc(f)
+
+#endif /* _XFILE_H_ */