Empty stub, but it compiles

This commit is contained in:
Maas-Maarten Zeeman
2011-10-13 17:59:37 +02:00
parent 5f28a907ac
commit c5c9eae03d
2 changed files with 9 additions and 1 deletions

View File

@@ -6,6 +6,13 @@
#include "sqlite3.h"
static int on_load(ErlNifEnv* env, void** priv, ERL_NIF_TERM info)
{
return 0;
}
static ErlNifFunc nif_funcs[] = {
};