/* * Copyright (C) 2007-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file mood.h Functions exported by mood.h. */ 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);