00001 /* 00002 ** 2008 May 26 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 ** ICU extension. All it does is declare the sqlite3IcuInit() interface. 00015 */ 00016 #include "sqlite3.h" 00017 00018 #ifdef __cplusplus 00019 extern "C" { 00020 #endif /* __cplusplus */ 00021 00022 int sqlite3IcuInit(sqlite3 *db); 00023 00024 #ifdef __cplusplus 00025 } /* extern "C" */ 00026 #endif /* __cplusplus */ 00027
ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:56 2011 by Doxygen 1.6.1