qbhdb.h | qbhdb.h | |||
---|---|---|---|---|
skipping to change at line 28 | skipping to change at line 28 | |||
* You should have received a copy of the GNU Lesser General Public License | * You should have received a copy of the GNU Lesser General Public License | |||
* along with libqb. If not, see <http://www.gnu.org/licenses/>. | * along with libqb. If not, see <http://www.gnu.org/licenses/>. | |||
*/ | */ | |||
#ifndef QB_HDB_H_DEFINED | #ifndef QB_HDB_H_DEFINED | |||
#define QB_HDB_H_DEFINED | #define QB_HDB_H_DEFINED | |||
#ifndef _GNU_SOURCE | #ifndef _GNU_SOURCE | |||
#define _GNU_SOURCE | #define _GNU_SOURCE | |||
#endif | #endif | |||
/* *INDENT-OFF* */ | ||||
#ifdef __cplusplus | ||||
extern "C" { | ||||
#endif | ||||
/* *INDENT-ON* */ | ||||
#include <stdlib.h> | #include <stdlib.h> | |||
#include <stdint.h> | #include <stdint.h> | |||
#include <inttypes.h> | #include <inttypes.h> | |||
#include <qb/qbarray.h> | #include <qb/qbarray.h> | |||
/** | /** | |||
* @file qbhdb.h | * @file qbhdb.h | |||
* The handle database is for reference counting objects. | * The handle database is for reference counting objects. | |||
*/ | */ | |||
skipping to change at line 167 | skipping to change at line 173 | |||
* @param handle (out) the handle | * @param handle (out) the handle | |||
* @param instance (out) pointer to the desired object. | * @param instance (out) pointer to the desired object. | |||
* @return (0 == ok, -errno faliure) | * @return (0 == ok, -errno faliure) | |||
*/ | */ | |||
int32_t qb_hdb_iterator_next(struct qb_hdb *hdb, void **instance, | int32_t qb_hdb_iterator_next(struct qb_hdb *hdb, void **instance, | |||
qb_handle_t * handle); | qb_handle_t * handle); | |||
uint32_t qb_hdb_base_convert(qb_handle_t handle); | uint32_t qb_hdb_base_convert(qb_handle_t handle); | |||
uint64_t qb_hdb_nocheck_convert(uint32_t handle); | uint64_t qb_hdb_nocheck_convert(uint32_t handle); | |||
/* *INDENT-OFF* */ | ||||
#ifdef __cplusplus | ||||
} | ||||
#endif | ||||
/* *INDENT-ON* */ | ||||
#endif /* QB_HDB_H_DEFINED */ | #endif /* QB_HDB_H_DEFINED */ | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 11 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |