make mi_options static, rename out_buf for the debug extension

This commit is contained in:
Daan 2025-03-28 13:49:14 -07:00
parent 11cfb42fa0
commit 9228b4814a
2 changed files with 8 additions and 11 deletions

View file

@ -339,10 +339,6 @@ typedef struct mi_option_desc_s {
const char* legacy_name; // potential legacy option name
} mi_option_desc_t;
// the static options
extern mi_decl_hidden mi_option_desc_t mi_options[_mi_option_last];
/* -----------------------------------------------------------
Inlined definitions
----------------------------------------------------------- */