On Sat, Jul 23, 2011 at 1:01 PM, Abhinav Upadhyay <
er.abhinav.upadh...@gmail.com> wrote:

> Hi,
>
>  I am using the Sqlite3 amalgamation. I am trying to register a custom
> tokenizer with sqlite for my FTS application. The custom tokenizer is
> in it's separate source file. I have included sqlite3.h header with
> the tokenizer source but sqlite3.h does not contain the declaration of
> the various structs like sqlite3_tokenizer_module etc. So what is the
> usual way to resolve this ? These declarations are also not there in
> sqlite3ext.h . Although I see them there in sqlite3.c but I am not
> sure I want to include it ? What is the usual way to resolve this ?
> May be import fts3_tokenizer.h from the sqlite3 source ?
>

Yes.  Use fts3_tokenizer.h.


>
> Thanks
> Abhinav
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to