X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhelper%2Fconfiguration.h;h=ec6e5539400ed0980db0ac0027fda824420cb580;hb=95df797b2e711286e3909a7d25e36519d5a6e335;hp=cd96e2f7531408f70636e0a4cf407c42f86d8541;hpb=ee340df8417772b8c29a54ddf7b36556ec20d609;p=openocd.git diff --git a/src/helper/configuration.h b/src/helper/configuration.h index cd96e2f753..ec6e553940 100644 --- a/src/helper/configuration.h +++ b/src/helper/configuration.h @@ -26,6 +26,6 @@ extern int parse_cmdline_args(struct command_context_s *cmd_ctx, int argc, char *argv[]); extern int parse_config_file(struct command_context_s *cmd_ctx); extern int configuration_output_handler(struct command_context_s *context, char* line); +extern FILE *open_file_from_path (command_context_t *cmd_ctx, char *file, char *mode); -extern char* config_file_name; #endif /* CONFIGURATION_H */