1lsm_battery_record_free(3)Libstoragemgmt C API Manuallsm_battery_record_free(3)
2
3
4
6 lsm_battery_record_free - Frees the memory for an individual battery
7
9 int lsm_battery_record_free (lsm_battery *b);
10
12 b lsm_battery to release memory for.
13
15 1.3
16
18 Frees the memory for an individual lsm_battery
19
21 Error code as enumerated by 'lsm_error_number':
22 * LSM_ERR_OK
23 On success or not found.
24 * LSM_ERR_INVALID_ARGUMENT
25 When any argument is NULL or not a valid lsm_battery pointer.
26
27
28
29April 2023 lsm_battery_record_free lsm_battery_record_free(3)