mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
change return types
This commit is contained in:
parent
87234ecd0f
commit
55969d4a32
@ -89,7 +89,7 @@ struct sensor_set_thresh_rq {
|
|||||||
|
|
||||||
|
|
||||||
int ipmi_sensor_main(struct ipmi_intf *, int, char **);
|
int ipmi_sensor_main(struct ipmi_intf *, int, char **);
|
||||||
void ipmi_sensor_print_full(struct ipmi_intf *, struct sdr_record_full_sensor *);
|
int ipmi_sensor_print_full(struct ipmi_intf *, struct sdr_record_full_sensor *);
|
||||||
void ipmi_sensor_print_compact(struct ipmi_intf *, struct sdr_record_compact_sensor *);
|
int ipmi_sensor_print_compact(struct ipmi_intf *, struct sdr_record_compact_sensor *);
|
||||||
|
|
||||||
#endif /* IPMI_SENSOR_H */
|
#endif /* IPMI_SENSOR_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user