mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
and a few corrections to the docs.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@260 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
* switch_sqlite.h -- Sqlite Header
|
||||
*
|
||||
*/
|
||||
/*! \file switch_sqlite.h
|
||||
\brief Sqlite Header
|
||||
/*! \file switch_sqlite.h
|
||||
\brief Sqlite Header
|
||||
*/
|
||||
#ifndef SWITCH_SQLITE_H
|
||||
#define SWITCH_SQLITE_H
|
||||
@@ -40,6 +40,16 @@ extern "C" {
|
||||
|
||||
#include <sqlite3.h>
|
||||
|
||||
/**
|
||||
* @defgroup switch_sqlite Database Routines
|
||||
* @ingroup FREESWITCH
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Each open sqlite database is represented by an instance of the
|
||||
* following opaque structure.
|
||||
*/
|
||||
typedef sqlite3 switch_core_db;
|
||||
|
||||
#define switch_core_db_aggregate_context sqlite3_aggregate_context
|
||||
@@ -150,6 +160,7 @@ typedef sqlite3 switch_core_db;
|
||||
#define switch_core_db_version sqlite3_version
|
||||
#define switch_core_db_vmprintf sqlite3_vmprintf
|
||||
|
||||
/** @} */
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user