Add TODO/FIXME notes for globals

This commit is contained in:
twinaphex 2020-05-29 05:27:13 +02:00
parent ea0d3b5fd8
commit 8b796d3b47
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ struct core_info_state
typedef struct core_info_state core_info_state_t;
/* TODO/FIXME - global state - perhaps move outside this file */
static core_info_state_t core_info_st;
static core_info_state_t *coreinfo_get_ptr(void)

View File

@ -85,6 +85,7 @@ typedef struct
enum playlist_sort_mode *current_meta_sort_mode_val;
} JSONContext;
/* TODO/FIXME - global state - perhaps move outside this file */
static playlist_t *playlist_cached = NULL;
typedef int (playlist_sort_fun_t)(