I just have a question about the function :

void *sqlite3_update_hook(
  sqlite3*, 
  void(*)(void *,int ,char const *,char const *,sqlite3_int64),
  void*
);

what is the last void* ? is it a pointer to a user data structure ?

regards,
Nicolas J.

Reply via email to