X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afs.h;h=623cd1453b26d16c38f3b70b97bd0c2bdc5802b9;hb=dabdb25fd7fe411933d3639f71a8148b5dc29630;hp=d6d0a86e2bdf2cbf51d72fa195e32cdab70bff3d;hpb=d6af2c473a9f2ae1f582ad44d5ad6eb8bf1ed35a;p=paraslash.git diff --git a/afs.h b/afs.h index d6d0a86e..623cd145 100644 --- a/afs.h +++ b/afs.h @@ -140,10 +140,10 @@ int audio_file_loop(void *private_data, osl_rbtree_loop_func *func); int aft_check_callback(const struct osl_object *query, struct osl_object *result); /* mood */ -int mood_open(char *mood_name); -void mood_close(void); +int change_current_mood(char *mood_name); +void close_current_mood(void); int mood_update_audio_file(const struct osl_row *aft_row, struct afs_info *old_afsi); -int mood_reload(void); +int reload_current_mood(void); int mood_delete_audio_file(const struct osl_row *aft_row);