The Win32 DLL download includes a .def file, but comparing the exports with the 
documentation's function page shows several inconsistencies



doc but not .def

  *   sqlite3_mutex_held
  *   sqlite3_mutex_notheld
  *   sqlite3_unlock_notify
  *   sqlite3_version (not a real API just a page name for the various version 
functions/global so ignore)



.def but not doc

sqlite3_rtree_geometry_callback
sqlite3_rtree_query_callback

sqlite3_win32_is_nt
sqlite3_win32_mbcs_to_utf8
sqlite3_win32_set_directory
sqlite3_win32_sleep
sqlite3_win32_utf8_to_mbcs
sqlite3_win32_write_debug

I'm surprised to see undocumented exports and vice versa, doc'd APIs that 
aren't exported. What's up?



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

Reply via email to