/* * Copyright (C) 2007 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file mood.h Public functions of mood.c. */ int change_current_mood(const char *mood_name); void close_current_mood(void); int mood_check_callback(struct afs_callback_arg *aca);