summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2013-08-15 14:23:09 +0200
committerTomas Bzatek <tbzatek@redhat.com>2013-08-15 14:23:09 +0200
commit22d7f285f0df3cb9c4e12e817bee00194e7ff79d (patch)
tree28cf8a0cdc878e5972f37a9a3aacb60232691e19
parenta1fd2800b51fcb693b8e482047c56c623878ed47 (diff)
downloadopenlmi-providers-22d7f285f0df3cb9c4e12e817bee00194e7ff79d.tar.gz
openlmi-providers-22d7f285f0df3cb9c4e12e817bee00194e7ff79d.tar.xz
openlmi-providers-22d7f285f0df3cb9c4e12e817bee00194e7ff79d.zip
indmanager: Protect ind_manager.h from multiple inclusion
-rw-r--r--src/indmanager/ind_manager.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/indmanager/ind_manager.h b/src/indmanager/ind_manager.h
index 1fc21cd..27a4cd7 100644
--- a/src/indmanager/ind_manager.h
+++ b/src/indmanager/ind_manager.h
@@ -18,6 +18,9 @@
* Authors: Roman Rakus <rrakus@redhat.com>
*/
+#ifndef __IND_MANAGER_H__
+#define __IND_MANAGER_H__
+
/*
* Limitations:
* * Queries *
@@ -195,3 +198,5 @@ bool im_start_ind(IMManager *manager, const CMPIContext *ctx, IMError *err);
// appropriate IMError is set,
bool im_stop_ind(IMManager *manager, const CMPIContext *ctx, IMError *err);
+
+#endif /* __IND_MANAGER_H__ */