Adding splash deletion feature (#24)

* Adding splash deletion feature

* Add Mention for deleting splashes
This commit is contained in:
Nils P
2017-09-02 17:45:56 +02:00
committed by Alex Taber
parent 91f54ff22e
commit 6ea3904682
4 changed files with 14 additions and 6 deletions

View File

@@ -37,5 +37,5 @@ typedef struct{
Result get_splashes(Splash_s** splashes_list, int *splash_count);
void splash_install(Splash_s splash_to_install);
void splash_delete();
#endif