1 /* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
3 /** \file mood.h Public functions of mood.c. */
5 int change_current_mood(const char *mood_name
, char **errmsg
);
6 void close_current_mood(void);
7 int mood_check_callback(struct afs_callback_arg
*aca
);