X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=include%2Ftr_config.h;h=c467c16b36009873a1e88b396b5e900e10931333;hb=d922704ed16f687e2958659197de9ab60daf844b;hp=91f877f04d827a7e6a1ed4d8d0f1345a95905a09;hpb=9883dc6b60bc95f04961e3590fe3ed8732147f13;p=trust_router.git diff --git a/include/tr_config.h b/include/tr_config.h index 91f877f..c467c16 100644 --- a/include/tr_config.h +++ b/include/tr_config.h @@ -74,7 +74,7 @@ typedef struct tr_cfg { } TR_CFG; int tr_find_config_files (struct dirent ***cfg_files); -TR_CFG_RC tr_parse_config (TR_INSTANCE *tr, struct dirent **cfg_files); +TR_CFG_RC tr_parse_config (TR_INSTANCE *tr, int n, struct dirent **cfg_files); TR_CFG_RC tr_apply_new_config (TR_INSTANCE *tr); TR_CFG_RC tr_cfg_validate (TR_CFG *trc); void tr_cfg_free(TR_CFG *cfg);