~ubuntu-branches/ubuntu/hardy/sqlite3/hardy

« back to all changes in this revision

Viewing changes to ext/fts1/fts1.h

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2006-10-12 21:55:37 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061012215537-mgvrxoq8ee4nqxzh
Tags: 3.3.8-1
* New upstream version.
* Create lang_* files for documentation (closes: #310603).
* Enable column metadata functions (closes: #375352).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 */