summaryrefslogtreecommitdiff
path: root/libnm/nm-device-bond.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-device-bond.h')
-rw-r--r--libnm/nm-device-bond.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm/nm-device-bond.h b/libnm/nm-device-bond.h
index 53312de702..8e1522af2a 100644
--- a/libnm/nm-device-bond.h
+++ b/libnm/nm-device-bond.h
@@ -18,8 +18,8 @@
* Copyright 2012 Red Hat, Inc.
*/
-#ifndef NM_DEVICE_BOND_H
-#define NM_DEVICE_BOND_H
+#ifndef __NM_DEVICE_BOND_H__
+#define __NM_DEVICE_BOND_H__
#if !defined (__NETWORKMANAGER_H_INSIDE__) && !defined (NETWORKMANAGER_COMPILATION)
#error "Only <NetworkManager.h> can be included directly."
@@ -76,4 +76,4 @@ const GPtrArray *nm_device_bond_get_slaves (NMDeviceBond *device);
G_END_DECLS
-#endif /* NM_DEVICE_BOND_H */
+#endif /* __NM_DEVICE_BOND_H__ */