summaryrefslogtreecommitdiff
path: root/c/workaround.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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();