X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mood.h;h=4ea10ef8b988caf5b9e3771a8cb890970ae46cde;hp=e9f08111755b02ab559d1b590753b2ba6c4340d9;hb=bb94ae9d3364ac5e868bc0f979854ccea222963c;hpb=7584638594109184f329bead008f1dcdd9030767 diff --git a/mood.h b/mood.h index e9f08111..4ea10ef8 100644 --- a/mood.h +++ b/mood.h @@ -1,11 +1,11 @@ /* - * Copyright (C) 2007-2011 Andre Noll + * Copyright (C) 2007 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ -/** \file mood.h Functions exported by mood.h. */ +/** \file mood.h Public functions of mood.c. */ int change_current_mood(char *mood_name); void close_current_mood(void); -void mood_check_callback(int fd, __a_unused const struct osl_object *query); +int mood_check_callback(int fd, __a_unused const struct osl_object *query);