X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mood.h;h=f7055753cf82fee8533f4f5fb0519ae4c86790d9;hp=4ea10ef8b988caf5b9e3771a8cb890970ae46cde;hb=7eaf2faf618705c97c77750371e177108aaa5897;hpb=050003ccbd8b314038352f55d9fae53245670e78 diff --git a/mood.h b/mood.h index 4ea10ef8..f7055753 100644 --- a/mood.h +++ b/mood.h @@ -6,6 +6,6 @@ /** \file mood.h Public functions of mood.c. */ -int change_current_mood(char *mood_name); +int change_current_mood(const char *mood_name); void close_current_mood(void); -int mood_check_callback(int fd, __a_unused const struct osl_object *query); +int mood_check_callback(struct afs_callback_arg *aca);