Splash QR codes

This commit is contained in:
2017-09-08 23:34:16 -04:00
parent 5564ffe31b
commit 1103885baf
5 changed files with 18 additions and 6 deletions

View File

@@ -41,6 +41,9 @@ typedef struct{
bool is_zip;
} Splash_s;
Splash_s *splashes_list;
int splash_count;
Result get_splashes(Splash_s** splashes_list, int *splash_count);
void splash_install(Splash_s splash_to_install);
void splash_delete();