X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afs.h;h=4d3feb4840ec21f4d315c0a2fce9926377e6d9e9;hb=d894e0cc7ce94d09847a8a35f47127968d4268f1;hp=61630726abf91e4260c42f8963fcc394a157cf42;hpb=8d45d703078c89bb89804dacb6706f0c563ac4c6;p=paraslash.git diff --git a/afs.h b/afs.h index 61630726..4d3feb48 100644 --- a/afs.h +++ b/afs.h @@ -168,6 +168,7 @@ int aft_check_callback(const struct osl_object *query, struct osl_object *result /* mood */ int change_current_mood(char *mood_name); +void close_current_mood(void); int reload_current_mood(void); int mood_check_callback(__a_unused const struct osl_object *query, struct osl_object *result); @@ -175,6 +176,7 @@ int mood_check_callback(__a_unused const struct osl_object *query, /* playlist */ int playlist_open(char *name); +void playlist_close(void); int playlist_update_audio_file(struct osl_row *aft_row); int playlist_check_callback(__a_unused const struct osl_object *query, struct osl_object *result);