summaryrefslogtreecommitdiff
path: root/c/workaround.h
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2024-04-14 20:50:44 +0200
committerGravatar GitHub2024-04-14 20:50:44 +0200
commit19dd52b7b7e9fa5ec029c4ac3bd53fb41e5be12c (patch)
tree453f927a6926b4f778a4be2a14164896734a60f0 /c/workaround.h
parentMerge pull request #157 from vrischmann/update-latest-zig (diff)
parentci: run with -fqemu and -frosetta (diff)
downloadzig-sqlite-19dd52b7b7e9fa5ec029c4ac3bd53fb41e5be12c.tar.gz
zig-sqlite-19dd52b7b7e9fa5ec029c4ac3bd53fb41e5be12c.tar.xz
zig-sqlite-19dd52b7b7e9fa5ec029c4ac3bd53fb41e5be12c.zip
Merge pull request #158 from vrischmann/workaround-sqlite-transient
Workaround SQLITE_TRANSIENT
Diffstat (limited to 'c/workaround.h')
-rw-r--r--c/workaround.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/workaround.h b/c/workaround.h
new file mode 100644
index 0000000..ae243b8
--- /dev/null
+++ b/c/workaround.h
@@ -0,0 +1,3 @@
1typedef void (*my_sqlite3_destructor_type)(void *);
2
3my_sqlite3_destructor_type sqliteTransientAsDestructor();