* @brief hdb_destroy * @param handle_database */
| 112 | * @param handle_database |
| 113 | */ |
| 114 | static inline void hdb_destroy ( |
| 115 | struct hdb_handle_database *handle_database) |
| 116 | { |
| 117 | qb_hdb_destroy (handle_database); |
| 118 | } |
| 119 | |
| 120 | /** |
| 121 | * @brief hdb_handle_create |