Small. Fast. Reliable.
Choose any three.
*** 203,209 ****
      int (*xRollback)(sqlite3_vtab *pVTab);
      int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
                         void (**pxFunc)(sqlite3_context*,int,sqlite3_value**),
!                        void **ppArg, int *piPrefEnc);
    };
  
  The module structure defines all of the methods for each
--- 203,209 ----
      int (*xRollback)(sqlite3_vtab *pVTab);
      int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
                         void (**pxFunc)(sqlite3_context*,int,sqlite3_value**),
!                        void **ppArg);
    };
  
  The module structure defines all of the methods for each