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

Drop specifier "inline" for callback functions #14

Closed elfring closed 9 years ago

elfring commented 9 years ago

Three callback functions are assigned to attributes of the variable "keys_callbacks_default". I find the usage of the specifier "inline" inappropriate for them because a callable address will be needed in this use case.

xant commented 9 years ago

af4340ab4ec57a9278ae016d514fb5c284ad9645