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

« back to all changes in this revision

Viewing changes to ext/fts2/fts2.h

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2007-05-17 02:01:42 UTC
  • mfrom: (1.1.8 upstream) (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20070517020142-o79d5uduuhfbtknv
Tags: 3.3.17-1
* New upstream release.
* Use minor version as well in sqlite3.pc (closes: #424235).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
** This header file is used by programs that want to link against the
 
3
** FTS2 library.  All it does is declare the sqlite3Fts2Init() interface.
 
4
*/
1
5
#include "sqlite3.h"
2
6
 
3
7
#ifdef __cplusplus