config: string get/set

This commit is contained in:
Carlos Martín Nieto
2014-05-19 13:11:55 +02:00
parent 4b0379f3ee
commit 8ade44a868
6 changed files with 82 additions and 5 deletions

View File

@@ -218,6 +218,8 @@ 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_set_string", 3, geef_config_set_string},
{"config_get_string", 2, geef_config_get_string},
{"config_open", 1, geef_config_open},
};