Logo white

Anubis / Anubis

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • anubis
  • third_dev
  • sqlite3
  • fts1.h
  • Update the support of SQLITE3 to 3.3.8 version
    d0e05d84
    David René authored
    2006-10-20 18:50:49 +0000  
    Browse Code »
fts1.h 181 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
#include "sqlite3.h"

#ifdef __cplusplus
extern "C" {
#endif  /* __cplusplus */

int sqlite3Fts1Init(sqlite3 *db);

#ifdef __cplusplus
}  /* extern "C" */
#endif  /* __cplusplus */