| 4070 | } |
| 4071 | |
| 4072 | int hb_buffer_list_size(hb_buffer_list_t *list) |
| 4073 | { |
| 4074 | return list->size; |
| 4075 | } |
| 4076 | |
| 4077 | /********************************************************************** |
| 4078 | * hb_list implementation |
no outgoing calls
no test coverage detected