X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mood.h;h=87050142869c68065764ed367deb3a0d8d8cffc8;hb=3d3a2f50a05501cf27f1155629799953f952bd4b;hp=80c42819fe2e03405c7a2c30bbfb722468b3e7f5;hpb=9de1287d67c9562e9140c6dc7deb0c01c4e10cc0;p=paraslash.git diff --git a/mood.h b/mood.h index 80c42819..87050142 100644 --- a/mood.h +++ b/mood.h @@ -1,11 +1,11 @@ /* - * Copyright (C) 2007-2012 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); +int change_current_mood(const char *mood_name, char **errmsg); void close_current_mood(void); -void mood_check_callback(int fd, __a_unused const struct osl_object *query); +int mood_check_callback(struct afs_callback_arg *aca);