* @brief hdb_handle_destroy * @param handle_database * @param handle_in * @return */
| 183 | * @return |
| 184 | */ |
| 185 | static inline int hdb_handle_destroy ( |
| 186 | struct hdb_handle_database *handle_database, |
| 187 | hdb_handle_t handle_in) |
| 188 | { |
| 189 | return (qb_hdb_handle_destroy (handle_database, handle_in)); |
| 190 | } |
| 191 | |
| 192 | /** |
| 193 | * @brief hdb_handle_refcount_get |
no outgoing calls
no test coverage detected