summaryrefslogtreecommitdiff
path: root/c/workaround.c
blob: 592d33df0c581cf0bcf1cfb977b1510ad70a77f1 (plain) (blame)
1
2
3
4
5
#include "workaround.h"

my_sqlite3_destructor_type sqliteTransientAsDestructor() {
  return (my_sqlite3_destructor_type)-1;
}