]> git.sur5r.net Git - openocd/blobdiff - src/helper/configuration.h
move options handling to separate file to better support embedded implementations...
[openocd] / src / helper / configuration.h
index cd96e2f7531408f70636e0a4cf407c42f86d8541..ec6e5539400ed0980db0ac0027fda824420cb580 100644 (file)
@@ -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 */