mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
fru: mark ipmi_fru_query_new_value as static
Mark ipmi_fru_query_new_value as static as it's only used internally in this object. Signed-off-by: Patrick Venture <venture@google.com>
This commit is contained in:
parent
6dcb168442
commit
49384e47be
@ -1486,7 +1486,9 @@ fru_area_print_multirec(struct ipmi_intf * intf, struct fru_info * fru,
|
|||||||
* returns : TRUE if data changed
|
* returns : TRUE if data changed
|
||||||
* returns : FALSE if data not changed
|
* returns : FALSE if data not changed
|
||||||
*/
|
*/
|
||||||
int ipmi_fru_query_new_value(uint8_t *data,int offset, size_t len)
|
static
|
||||||
|
int
|
||||||
|
ipmi_fru_query_new_value(uint8_t *data,int offset, size_t len)
|
||||||
{
|
{
|
||||||
int status=FALSE;
|
int status=FALSE;
|
||||||
int ret;
|
int ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user