X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=a4624ba2b9d0a8a5a994e52695c14ecb9fd2f8f8;hp=61630726abf91e4260c42f8963fcc394a157cf42;hb=82f73e338ee087647f2c38250f1af1e225cd1f51;hpb=61250cf03241bf73662dac3753e44660a572fa2a diff --git a/afs.h b/afs.h index 61630726..a4624ba2 100644 --- a/afs.h +++ b/afs.h @@ -72,6 +72,7 @@ enum play_mode {PLAY_MODE_MOOD, PLAY_MODE_PLAYLIST}; struct audio_file_data { enum play_mode current_play_mode; + char attributes_string[MAXLINE]; int fd; long score; struct afs_info afsi; @@ -168,6 +169,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 +177,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);