command_context_t -> struct command_context
[fw/openocd] / src / helper / configuration.c
index 3c44d6d470077703ae93efe5224c49d4cef15d0d..1f7240d9eb4ae5c49b67053e18d1b0c82b79f158 100644 (file)
@@ -103,7 +103,7 @@ FILE *open_file_from_path (char *file, char *mode)
        }
 }
 
-int parse_config_file(struct command_context_s *cmd_ctx)
+int parse_config_file(struct command_context *cmd_ctx)
 {
        int retval;
        char **cfg;