sqlite: Rename symbols (fix #1142)

This commit is contained in:
Nicolas Williams
2026-01-21 23:53:43 -06:00
parent 41591932b8
commit a1220ce6d2
3 changed files with 481 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
** the version number) and changes its name to "sqlite3.h" as
** part of the build process.
*/
#include "sqlite3_namespace.h"
#ifndef SQLITE3_H
#define SQLITE3_H
#include <stdarg.h> /* Needed for the definition of va_list */