X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=ccfb7b8d849dbf23ca2b6943b812926674175ea3;hp=bfafd949e7b26fb434e07e43434f276680c07fce;hb=ec354cf583bc2838ecfac64c428d3f992681c5fc;hpb=299df142bb50bacebc0b3050768f941bc95b5b6f diff --git a/afs.h b/afs.h index bfafd949..ccfb7b8d 100644 --- a/afs.h +++ b/afs.h @@ -117,8 +117,6 @@ struct ls_data { HASH_TYPE *hash; }; -int send_afs_status(struct rc4_context *rc4c, int parser_friendly); - /** Data about the current audio file, passed from afs to server. */ struct audio_file_data { /** The open file descriptor to the current audio file. */ @@ -236,13 +234,6 @@ int get_afsi_object_of_row(const struct osl_row *row, struct osl_object *obj); int audio_file_loop(void *private_data, osl_rbtree_loop_func *func); void aft_check_callback(int fd, __a_unused const struct osl_object *query); -/* mood */ -int change_current_mood(char *mood_name); -void close_current_mood(void); -int reload_current_mood(void); -void mood_check_callback(int fd, __a_unused const struct osl_object *query); - - /* playlist */ int playlist_open(char *name); void playlist_close(void);