X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afs.h;h=a6394fa6b512364e6c4658361687d85a5eb32520;hb=9055c71be97f1095dcdbd83da305b600f204f763;hp=760ed7565ab1a26321ca4a819816e7cf34735987;hpb=d5cf034cce34635e065d91350475199adec80232;p=paraslash.git diff --git a/afs.h b/afs.h index 760ed756..a6394fa6 100644 --- a/afs.h +++ b/afs.h @@ -260,13 +260,13 @@ int aft_check_callback(struct afs_callback_arg *aca); void free_status_items(void); /* mood */ -int mood_switch(const char *mood_name, char **msg); -void close_current_mood(void); +int mood_load(const char *mood_name, char **msg); +void mood_unload(void); int mood_check_callback(struct afs_callback_arg *aca); /* playlist */ -int playlist_open(const char *name, char **msg); -void playlist_close(void); +int playlist_load(const char *name, char **msg); +void playlist_unload(void); int playlist_check_callback(struct afs_callback_arg *aca); /** evaluates to 1 if x < y, to -1 if x > y and to 0 if x == y */