Move nif functions to geef_nif

This commit is contained in:
Carlos Martín Nieto
2013-04-25 11:05:57 +02:00
parent 54d9e8b63a
commit 65227fe85b
10 changed files with 31 additions and 31 deletions

View File

@@ -140,4 +140,4 @@ static ErlNifFunc geef_funcs[] =
{"revwalk_reset", 1, geef_revwalk_reset},
};
ERL_NIF_INIT(geef, geef_funcs, load, NULL, upgrade, unload)
ERL_NIF_INIT(geef_nif, geef_funcs, load, NULL, upgrade, unload)