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:
Michael Jerris
2006-01-03 00:48:52 +00:00
parent dc31a8ecd3
commit 900c08571b
7 changed files with 29 additions and 17 deletions
+13 -2
View File
@@ -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
/** @} */