diff options
Diffstat (limited to '')
| -rw-r--r-- | c/workaround.h | 3 |
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 @@ | |||
| 1 | typedef void (*my_sqlite3_destructor_type)(void *); | ||
| 2 | |||
| 3 | my_sqlite3_destructor_type sqliteTransientAsDestructor(); | ||