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 ?
Thanks Abhinav _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users