diff options
Diffstat (limited to 'src/song_sticker.h')
-rw-r--r-- | src/song_sticker.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/song_sticker.h b/src/song_sticker.h index 435e4c935..9652052e0 100644 --- a/src/song_sticker.h +++ b/src/song_sticker.h @@ -49,6 +49,13 @@ bool sticker_song_delete(const struct song *song); /** + * Deletes a sticker value. Does nothing if the sticker did not + * exist. + */ +bool +sticker_song_delete_value(const struct song *song, const char *name); + +/** * Loads the sticker for the specified song. * * @param song the song object |