mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Fixes missing semicolons at the end of the line in 'include/ipmitool/helper.h'.
This commit is contained in:
parent
3d5e378e90
commit
a9b78ab736
@ -68,9 +68,9 @@ const char * oemval2str(uint32_t oem,uint16_t val, const struct oemvalstr * vs);
|
||||
int str2long(const char * str, int64_t * lng_ptr);
|
||||
int str2ulong(const char * str, uint64_t * ulng_ptr);
|
||||
int str2int(const char * str, int32_t * int_ptr);
|
||||
int str2uint(const char * str, uint32_t * uint_ptr)
|
||||
int str2uint(const char * str, uint32_t * uint_ptr);
|
||||
int str2short(const char * str, int16_t * shrt_ptr);
|
||||
int str2ushort(const char * str, uint16_t * ushrt_ptr)
|
||||
int str2ushort(const char * str, uint16_t * ushrt_ptr);
|
||||
int str2uchar(const char * str, uint8_t * uchr_ptr);
|
||||
|
||||
uint16_t str2val(const char * str, const struct valstr * vs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user