Annotation of embedaddon/sqlite3/ext/fts1/fts1.h, revision 1.1

1.1     ! misho       1: #include "sqlite3.h"
        !             2: 
        !             3: #ifdef __cplusplus
        !             4: extern "C" {
        !             5: #endif  /* __cplusplus */
        !             6: 
        !             7: int sqlite3Fts1Init(sqlite3 *db);
        !             8: 
        !             9: #ifdef __cplusplus
        !            10: }  /* extern "C" */
        !            11: #endif  /* __cplusplus */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>