OpenDNSSEC-enforcer  2.1.3
Functions
database_version_ext.h File Reference
#include "db_connection.h"

Go to the source code of this file.

Functions

int database_version_get_version (db_connection_t *connection)
 

Function Documentation

◆ database_version_get_version()

int database_version_get_version ( db_connection_t connection)

Get the database version.

Parameters
[in]adb_connection_t pointer.
Returns
an integer with the database version or zero on error.

Definition at line 32 of file database_version_ext.c.