config: test for setting and getting bool

This commit is contained in:
Carlos Martín Nieto
2014-05-19 12:37:29 +02:00
parent 29d468c90a
commit f568955a95
6 changed files with 66 additions and 0 deletions

View File

@@ -218,6 +218,7 @@ static ErlNifFunc geef_funcs[] =
{"revparse_single", 2, geef_revparse_single},
{"config_set_bool", 3, geef_config_set_bool},
{"config_get_bool", 2, geef_config_get_bool},
{"config_open", 1, geef_config_open},
};
ERL_NIF_INIT(geef_nif, geef_funcs, load, NULL, upgrade, unload)