settings: fcb: remove second settings_fcb_storage_get() prototype
Remove settings_fcb_storage_get() prototype, as there the same prototype 5 lines below. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
This commit is contained in:
parent
b3af9bdb39
commit
ebe815650e
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ LOG_MODULE_DECLARE(settings, CONFIG_SETTINGS_LOG_LEVEL);
|
|||
|
||||
int settings_backend_init(void);
|
||||
void settings_mount_fcb_backend(struct settings_fcb *cf);
|
||||
static void *settings_fcb_storage_get(struct settings_store *cs);
|
||||
|
||||
static int settings_fcb_load(struct settings_store *cs,
|
||||
const struct settings_load_arg *arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue