/* Copyright (C) 2007 Andre Noll , see file COPYING. */ /** \file mood.h Public functions of mood.c. */ int change_current_mood(const char *mood_name, char **errmsg); void close_current_mood(void); int mood_check_callback(struct afs_callback_arg *aca);