00001 /* 00002 ** 2006 Oct 10 00003 ** 00004 ** The author disclaims copyright to this source code. In place of 00005 ** a legal notice, here is a blessing: 00006 ** 00007 ** May you do good and not evil. 00008 ** May you find forgiveness for yourself and forgive others. 00009 ** May you share freely, never taking more than you give. 00010 ** 00011 ****************************************************************************** 00012 ** 00013 ** This header file is used by programs that want to link against the 00014 ** FTS3 library. All it does is declare the sqlite3Fts3Init() interface. 00015 */ 00016 #include "sqlite3.h" 00017 00018 #ifdef __cplusplus 00019 extern "C" { 00020 #endif /* __cplusplus */ 00021 00022 int sqlite3Fts3Init(sqlite3 *db); 00023 00024 #ifdef __cplusplus 00025 } /* extern "C" */ 00026 #endif /* __cplusplus */
ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:53 2011 by Doxygen 1.6.1