summaryrefslogtreecommitdiff
path: root/source3/include/rap.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-10-19 22:01:55 +0000
committerJeremy Allison <jra@samba.org>2001-10-19 22:01:55 +0000
commitbc0643b47c74eb04de37d1247249159a86f3579f (patch)
treef23c4f5710ccd441ce1f66a22031704797417289 /source3/include/rap.h
parentd1006a96d075d3dca97915b5c39b58b0f48a419f (diff)
downloadsamba-bc0643b47c74eb04de37d1247249159a86f3579f.tar.gz
samba-bc0643b47c74eb04de37d1247249159a86f3579f.tar.bz2
samba-bc0643b47c74eb04de37d1247249159a86f3579f.zip
Added include guards around file.
Jeremy (This used to be commit dac22352cf051f301edf066cac8db81d24c7c459)
Diffstat (limited to 'source3/include/rap.h')
-rwxr-xr-xsource3/include/rap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/rap.h b/source3/include/rap.h
index 3771075896..41204173ed 100755
--- a/source3/include/rap.h
+++ b/source3/include/rap.h
@@ -20,6 +20,9 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#ifndef _RAP_H_
+#define _RAP_H_
+
/*****************************************************/
/* */
/* Additional RAP functionality */
@@ -476,3 +479,4 @@ typedef struct rap_share_info_2
char reserved2;
} RAP_SHARE_INFO_2;
+#endif /* _RAP_H_ */