]> git.tuebingen.mpg.de Git - paraslash.git/commit
Rename mood_switch(), mood_close(), playlist_{open/close}.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 23 Mar 2022 17:42:08 +0000 (18:42 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 17 Oct 2022 18:36:21 +0000 (20:36 +0200)
commit9055c71be97f1095dcdbd83da305b600f204f763
tree86bf92ee0683df9cafe0308c601c248110d89e9d
parentd5cf034cce34635e065d91350475199adec80232
Rename mood_switch(), mood_close(), playlist_{open/close}.

This naming is unfortunate because we also have the static
{mood,pl}_{open,close}() in blob.c which operate on the osl table. In
contrast, the functions renamed in this commit operate on blob objects
and change the current mood or playlist. Let's call these operations
load/unload to avoid confusion.
afs.c
afs.h
mood.c
mp.c
playlist.c