Add oid_parse(Sha)

This commit is contained in:
Carlos Martín Nieto
2013-01-22 15:49:12 +01:00
parent 401573ea60
commit 71eea735d2
5 changed files with 41 additions and 12 deletions

View File

@@ -80,6 +80,7 @@ static ErlNifFunc geef_funcs[] =
{"reference_resolve", 1, geef_reference_resolve},
{"reference_id", 1, geef_reference_id},
{"oid_fmt", 1, geef_oid_fmt},
{"oid_parse", 1, geef_oid_parse},
};
ERL_NIF_INIT(geef, geef_funcs, load, NULL, NULL, unload)