xant / libhl

Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues
GNU Lesser General Public License v3.0
420 stars 117 forks source link

Delete specifier "inline" for callback functions #15

Closed elfring closed 9 years ago

elfring commented 9 years ago

Three callback functions are assigned to attributes of the variable "keys_callbacks_default". They were marked as "static inline". This specification was inappropriate because a callable address will be needed in this use case.

This detail can be fixed by deletion of the specifier "inline" there.