Flipper Developer Docs
Loading...
Searching...
No Matches
int_backup.h
1
#pragma once
2
3
#include <stdbool.h>
4
#include <
storage/storage.h
>
5
6
#define INT_BACKUP_DEFAULT_FILENAME "backup.tar"
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
12
bool
int_backup_create(
Storage
* storage,
const
char
* destination);
13
bool
int_backup_exists(
Storage
* storage,
const
char
* source);
14
bool
int_backup_unpack(
Storage
* storage,
const
char
* source);
15
16
#ifdef __cplusplus
17
}
18
#endif
storage.h
APIs for working with storages, directories and files.
Storage
Definition
storage_i.h:23
lib
update_util
int_backup.h
Generated by
1.12.0