diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-09-10 15:44:41 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-09-10 15:44:41 +0200 |
commit | a9ee361f27e0439530387765924574e5358c8a5c (patch) | |
tree | 3104aecc4d574f7d7bbb269223814586277b1797 /include/ipmitool/ipmi_oem.h | |
parent | 82ac6c87ce0b0af2fb8de25d70442fec406bb742 (diff) |
New upstream version 1.8.19upstream/1.8.19upstream
Diffstat (limited to 'include/ipmitool/ipmi_oem.h')
-rw-r--r-- | include/ipmitool/ipmi_oem.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/ipmitool/ipmi_oem.h b/include/ipmitool/ipmi_oem.h index ad22fde..4d4c518 100644 --- a/include/ipmitool/ipmi_oem.h +++ b/include/ipmitool/ipmi_oem.h @@ -28,8 +28,7 @@ * EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. */ -#ifndef IPMI_OEM_H -#define IPMI_OEM_H +#pragma once #include <ipmitool/ipmi.h> @@ -43,5 +42,3 @@ struct ipmi_oem_handle { void ipmi_oem_print(void); int ipmi_oem_setup(struct ipmi_intf * intf, char * oemtype); int ipmi_oem_active(struct ipmi_intf * intf, const char * oemtype); - -#endif /*IPMI_OEM_H*/ |