diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-10-30 18:12:02 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-10-30 18:12:02 +0100 |
commit | 1f3c9b4ae26ce1d46d954d509b83b8684ada5625 (patch) | |
tree | 260b922ec4d5d153cc6db745e27931cfd464472f /include/ipmitool/ipmi_delloem.h | |
parent | 8fcf0ba6f182918bd584bb80bf0b8998acad26a8 (diff) | |
parent | 8b758ee941f4c1ffea0532caa74b1fcd8101d1d8 (diff) |
Merge branch 'release/debian/1.8.19-1'debian/1.8.19-1
Diffstat (limited to 'include/ipmitool/ipmi_delloem.h')
-rw-r--r-- | include/ipmitool/ipmi_delloem.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/ipmitool/ipmi_delloem.h b/include/ipmitool/ipmi_delloem.h index 7543e4f..915a36c 100644 --- a/include/ipmitool/ipmi_delloem.h +++ b/include/ipmitool/ipmi_delloem.h @@ -26,8 +26,8 @@ POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#ifndef IPMI_DELLOEM_H -#define IPMI_DELLOEM_H + +#pragma once #if HAVE_CONFIG_H # include <config.h> @@ -366,5 +366,3 @@ typedef struct _SensorReadingType }SensorReadingType; uint16_t compareinputwattage(IPMI_POWER_SUPPLY_INFO* powersupplyinfo, uint16_t inputwattage); int ipmi_delloem_main(struct ipmi_intf * intf, int argc, char ** argv); - -#endif /*IPMI_DELLOEM_H*/ |