cp_db_shutdown(3) - Linux man page

Name

cp_db_init, cp_db_shutdown - initialize / shut down db abstraction layer

Synopsis

#include <cprops/db.h> int cp_db_init();
int cp_db_shutdown();

Description

cp_db_init initializes the internal data structures used by the data base abstraction layer.

cp_db_shutdown releases the memory allocated by the data base abstraction layers and invokes implementation shutdown calls.

Return Value

cp_db_init returns zero on success or non zero if already initialized.
cp_db_shutdown returns zero on success or non zero if not initialized.